Added docker pull to build script

This commit is contained in:
Torben Nehmer 2019-03-24 20:52:12 +01:00
parent ca888bdd8c
commit c183184af9

View File

@ -2,4 +2,5 @@
set -ex
docker pull drupal:7
docker build --force-rm -t nathan/drupal7 -f Dockerfile build