fix docker build command.

This commit is contained in:
Shane Kilkelly 2016-07-08 13:44:43 +01:00
parent 28fda02d2d
commit ea41453442

View file

@ -75,7 +75,7 @@ module.exports = (grunt) ->
command: """ command: """
if [ -z $(docker images | awk \'{ print $1 }\' | grep sharelatex-docupdater-tests) ]; if [ -z $(docker images | awk \'{ print $1 }\' | grep sharelatex-docupdater-tests) ];
then then
docker build . -t sharelatex-docupdater-tests; docker build -t sharelatex-docupdater-tests .;
else else
echo ">> docker image \'sharelatex-docupdater-tests\' already exists"; echo ">> docker image \'sharelatex-docupdater-tests\' already exists";
fi fi