#!/bin/sh

docker pull webdevops/php-apache:7.3
docker build $1\
  -t bkraul/php-apache:7.3 \
  .
