1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-01 20:25:26 +00:00

Fixed worker

This commit is contained in:
2016-01-15 05:04:02 +00:00
parent 2a4b8ecf92
commit c8b5784847

View File

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