mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
fix docker build command.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user