php-nginx/7.3/build

7 lines
96 B
Bash
Executable File

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