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