Initial add

This commit is contained in:
bkraul
2019-02-25 09:57:49 -06:00
commit 083ae29d56
7 changed files with 122 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
docker build $1\
-t bkraul/php \
-t bkraul/php:ubuntu-18.04 \
.