mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 19:42:53 +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: """
|
||||
if [ -z $(docker images | awk \'{ print $1 }\' | grep sharelatex-docupdater-tests) ];
|
||||
then
|
||||
docker build . -t sharelatex-docupdater-tests;
|
||||
docker build -t sharelatex-docupdater-tests .;
|
||||
else
|
||||
echo ">> docker image \'sharelatex-docupdater-tests\' already exists";
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue