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

Removed frontend and updated production to use puma instead of pasenger

This commit is contained in:
2017-05-31 09:40:31 -04:00
parent 3f72a912b6
commit b37004cbbf
55 changed files with 128 additions and 3676 deletions

View File

@@ -22,4 +22,4 @@ memcached:
worker:
image: wrestlingdev
command: /bin/bash -c "cd /var/www && bundle exec rake jobs:work RAILS_ENV=production"
command: /bin/bash -c "cd /rails && bundle exec rake jobs:work RAILS_ENV=production"