From 6f4fbc20349560c3da7a06e781458625a7de29c7 Mon Sep 17 00:00:00 2001 From: Giuliano Taffoni <giuliano.taffoni@inaf.it> Date: Thu, 4 Mar 2021 15:53:05 +0100 Subject: [PATCH] typo in file build-base --- build-base.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-base.sh b/build-base.sh index 42adef1..ccf0bb0 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 . -- GitLab