Restructure to add support for 7.3

This commit is contained in:
bkraul
2019-02-24 15:36:48 -06:00
parent c0f5283391
commit 86dde833f2
7 changed files with 79 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
docker build $1\
-t bkraul/php-nginx \
-t bkraul/php-nginx:ubuntu-18.04 \
.