Restructured to add support for 7.3

This commit is contained in:
bkraul
2019-02-24 15:20:38 -06:00
parent f3b4cf9a11
commit bfd568d846
7 changed files with 77 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
docker build $1\
-t bkraul/php-apache \
-t bkraul/php-apache:ubuntu-18.04 \
.