Added image pull before build

master
bkraul 2019-03-05 13:16:09 -06:00
parent 083ae29d56
commit 2b39796522
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
docker pull webdevops/php:7.3
docker build $1\
-t bkraul/php:7.3 \
.

View File

@ -1,5 +1,6 @@
#!/bin/sh
docker pull webdevops/php:ubuntu-18.04
docker build $1\
-t bkraul/php \
-t bkraul/php:ubuntu-18.04 \