Added image pull before build
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker pull webdevops/php:7.3
|
||||
docker build $1\
|
||||
-t bkraul/php:7.3 \
|
||||
.
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user