Added pull image before build

master
bkraul 2019-03-05 13:17:51 -06:00
parent 868d5e23c1
commit 59d2feb708
2 changed files with 2 additions and 0 deletions

View File

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

View File

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