#!/bin/bash # Use Dockerfile to construct the image and tag as "savapage". # Execute if any of the Docker files changed. docker build -t savapage . 2>&1 | tee ./build.log