We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6139505 commit ffba295Copy full SHA for ffba295
contrib/thrift-docker
@@ -1,3 +1,3 @@
1
TAG=${TAG:-"latest"}
2
3
-exec docker run --pull always -v "${PWD}:/data" --rm -it ghcr.io/upfluence/thrift:${TAG} $@
+exec docker run --pull always -v "${PWD}:/data" --rm ghcr.io/upfluence/thrift:${TAG} $@
0 commit comments