Added image pull before build

This commit is contained in:
bkraul
2019-03-05 13:16:09 -06:00
parent 083ae29d56
commit 2b39796522
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#!/bin/sh
docker pull webdevops/php:7.3
docker build $1\
-t bkraul/php:7.3 \
.