#Application running listening to port but nothing appear on production

6 messages · Page 1 of 1 (latest)

fathom lintel
wheat nightBOT
#

Project ID: c0b47ec0-2616-4ba8-bfa5-06d17b7946d3

#

It sounds like you may need to add a Procfile with "web: rake db:migrate && bin/rails assets:precompile && bin/rails server -b 0.0.0.0 -p ${PORT:-3000}" to your project. This will ensure that the assets are precompiled for production.

fathom lintel
#

help

fathom lintel
#

@waxen plaza

willow sierra
#

your app needs to listen on 0.0.0.0 and process.env.PORT