1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated rails-prod.sh

This commit is contained in:
2015-12-24 08:09:09 -05:00
parent cc6717eaae
commit c9eed5ef2b

View File

@@ -6,4 +6,4 @@ if [ $# != 1 ]; then
fi
docker build -t $1 -f rails-prod-Dockerfile .
#sudo docker run -d --restart=always -p 80:80 -p 443:443 $1
docker run -d --restart=always --env-file $WRESTLINGDEV_ENV_FILE -p 80:80 -p 443:443 $1