Files
redux-scraper/Procfile.production
2023-08-18 17:01:33 -07:00

4 lines
143 B
Plaintext

rails: RAILS_ENV=production bundle exec rails s -b 0.0.0.0 -p 3000
tail: tail -f log/production.log
stats: bundle exec rake metrics:report_all