Skip to content

Commit

Permalink
Remove interactive flag from docker run in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Oct 14, 2023
1 parent ff16db8 commit b1073ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ test "$DIST" = "1" && {
require_root
cd ..
docker build -f dist/Dockerfile -t pallium_build .
docker run --rm -v "$(pwd)/"dist/bin:/pallium/dist/bin -e "BUNDLE=$BUNDLE" -ti pallium_build
docker run --rm -v "$(pwd)/"dist/bin:/pallium/dist/bin -e "BUNDLE=$BUNDLE" -t pallium_build
exit 0
}

Expand Down

0 comments on commit b1073ed

Please sign in to comment.