Skip to content

Commit

Permalink
remove docker run "-ti"
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Nov 14, 2023
1 parent 0e24ec3 commit 1a9dc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbundler/runbundler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exit 1
TMPENV=/tmp/tmp.env

function docker-compose {
docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD:$PWD" -v $TMPENV:$TMPENV -w="$PWD" docker:24-cli compose "$@"
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD:$PWD" -v $TMPENV:$TMPENV -w="$PWD" docker:24-cli compose "$@"
}

file=`realpath $1`
Expand Down

0 comments on commit 1a9dc3c

Please sign in to comment.