Skip to content

Commit

Permalink
contrib/thrift-docker: Ditch the tty binding
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Oct 9, 2024
1 parent 6139505 commit ffba295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/thrift-docker
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TAG=${TAG:-"latest"}

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 comments on commit ffba295

Please sign in to comment.