Added image pull before build

master
bkraul 2019-03-22 07:00:05 -05:00
parent a973b36741
commit ef0b5a1040
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
docker pull nextcloud:fpm-alpine
docker build $1\
-t bkraul/nextcloud:latest \
-t bkraul/nextcloud:fpm-alpine \