#!/bin/bash SCRIPT=`realpath $0` SCRIPTPATH=`dirname $SCRIPT` pushd "$SCRIPTPATH/.." docker build . -f deploy/Dockerfile -t mudbase:latest popd