use .env file

This commit is contained in:
Steve Waterworth
2018-03-21 08:40:42 +00:00
parent a7c7868930
commit 16b4a20d61

View File

@@ -1,10 +1,15 @@
#!/bin/sh
# get the tag info
eval $(egrep '[A-Z]+=' ../.env)
echo "Repo $REPO"
echo "Tag $TAG"
docker run \
-it \
--rm \
--network=host \
-e 'HOST=http://localhost:8080' \
steveww/rs-load
${REPO}/rs-load:${TAG}