php/7.3/build

7 lines
84 B
Bash
Executable File

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