#!/bin/bash set -ex docker pull drupal:7 docker build --force-rm -t nathan/drupal7 -f Dockerfile build