Files
php/7.3/build
T
2019-03-05 13:16:09 -06:00

7 lines
84 B
Python
Executable File

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