#!/bin/bash if [ "x$TAG" == "x" ]; then TAG=latest fi docker build -t morgan1971/almagal:$TAG -f Dockerfile.base .