#!/bin/sh
docker pull webdevops/php-nginx:ubuntu-18.04
docker build $1\
-t bkraul/php-nginx \
-t bkraul/php-nginx:ubuntu-18.04 \
.