#!/bin/sh

docker build $1\
  -t bkraul/php-apache \
  -t bkraul/php-apache:ubuntu-18.04 \
  .