diff --git a/build-base.sh b/build-base.sh index 42adef14246478d6c67e78be750b741e3beb022a..ccf0bb0d412610207980360d7ca29679db76d5d3 100644 --- a/build-base.sh +++ b/build-base.sh @@ -1,7 +1,7 @@ #!/bin/bash -if [ "x$TAG" == "x"]; then +if [ "x$TAG" == "x" ]; then TAG=latest -if +fi docker build -t morgan1971/almagal:$TAG -f Dockerfile.base .