Skip to content

Commit ffba295

Browse files
contrib/thrift-docker: Ditch the tty binding
1 parent 6139505 commit ffba295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/thrift-docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TAG=${TAG:-"latest"}
22

3-
exec docker run --pull always -v "${PWD}:/data" --rm -it ghcr.io/upfluence/thrift:${TAG} $@
3+
exec docker run --pull always -v "${PWD}:/data" --rm ghcr.io/upfluence/thrift:${TAG} $@

0 commit comments

Comments
 (0)