1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-16 04:56:58 +00:00

Added env variables and a production docker setup

This commit is contained in:
2015-10-22 16:14:50 -04:00
parent d1949dc75e
commit 9d6b8bd107
10 changed files with 79 additions and 7 deletions

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
#sudo docker run -d --restart=always -p 80:80 -p 443:443 $1