mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 23:11:00 +00:00
fix docker build command.
This commit is contained in:
parent
28fda02d2d
commit
ea41453442
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue