Files

7 lines
110 B
Python
Executable File

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