Skip to content

Commit

Permalink
Full build output in all its heavenly glory
Browse files Browse the repository at this point in the history
  • Loading branch information
ftripier committed Oct 25, 2017
1 parent 082d801 commit e0b90e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

if ! docker images | grep -q spookybox
then
docker build . --tag spookybox > /dev/null
docker build . --tag spookybox
fi
docker run --rm -v `pwd`:/source spookybox "/source/${1}"

0 comments on commit e0b90e4

Please sign in to comment.