And one more

This commit is contained in:
Ingvar Stepanyan
2022-01-13 18:20:41 +00:00
parent ba8b6b41d3
commit 0cfadbcf36

View File

@@ -18,9 +18,9 @@
if [ -z "$CI" ] if [ -z "$CI" ]
then then
DOCKER_INTERACTIVE_OPTS=""
else
DOCKER_INTERACTIVE_OPTS="-it" DOCKER_INTERACTIVE_OPTS="-it"
else
DOCKER_INTERACTIVE_OPTS=""
fi fi
docker build -t web-gphoto2 - < Dockerfile docker build -t web-gphoto2 - < Dockerfile