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