#!/bin/bash # Build the image and tag it mydir="$(dirname -- "$0")" cd $mydir exec docker build -f base/Dockerfile -t sandcastle-checker .