Do not run docker interactively

This commit is contained in:
Adam Lebsack 2016-11-10 19:28:39 +01:00
parent 5080c54b23
commit 6b8fa6bf16
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set -e
./scripts/docker_build_wrapper.sh ci/realm-js:build .
exec docker run -it --rm \
exec docker run --rm \
-u $(id -u) \
-e HOME=/tmp \
-v $(pwd):/source \