#!/bin/sh

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