add procfiles to root

This commit is contained in:
Dylan Knutson
2023-04-08 13:20:52 -07:00
parent 15fc61c0d0
commit df43a77fe2
3 changed files with 2 additions and 1 deletions

2
Procfile.production Normal file
View File

@@ -0,0 +1,2 @@
rails: RAILS_ENV=production bundle exec rails s -b 0.0.0.0 -p 3000
tail: tail -f log/production.log

View File

@@ -1,5 +1,4 @@
require_relative "boot"
require "rails/all"
# Require the gems listed in Gemfile, including any gems