php-apache/7.3/build

7 lines
98 B
Plaintext
Raw Normal View History

2019-02-24 21:20:38 +00:00
#!/bin/sh
2019-03-05 19:17:51 +00:00
docker pull webdevops/php-apache:7.3
2019-02-24 21:20:38 +00:00
docker build $1\
-t bkraul/php-apache:7.3 \
.