pull first

This commit is contained in:
Steve Waterworth
2019-01-11 10:30:37 +00:00
parent 86bd770415
commit 076ee7c200

View File

@@ -21,6 +21,8 @@ eval $(egrep '[A-Z]+=' ../.env)
echo "Repo $REPO"
echo "Tag $TAG"
docker pull ${REPO}/rs-load:${TAG} | cat
if [ "$1" = "-d" ]
then
echo "running in background"