diff --git a/rails-worker-prod.sh b/rails-worker-prod.sh index 24cf7f0..0be2afb 100755 --- a/rails-worker-prod.sh +++ b/rails-worker-prod.sh @@ -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 db:work \ No newline at end of file +docker run -d --restart=always --env-file $WRESTLINGDEV_ENV_FILE $1 rake jobs:work \ No newline at end of file