1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 06:07:20 +00:00

Fixed worker

This commit is contained in:
2016-01-14 19:28:36 +00:00
parent 596964b7ac
commit dbd276e818

View File

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