Files
2020-11-04 23:50:39 -06:00

7 lines
110 B
Python
Executable File

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