first commit

This commit is contained in:
bkraul
2019-01-09 16:03:34 -06:00
commit 64bb0fd0a5
4 changed files with 73 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
docker build $1\
-t bkraul/php-apache \
-t bkraul/php-apache:ubuntu-18.04 \
.