I'm trying to get this to run on Heroku, with following commands... but once deployed and released, logs shows no web process running.
heroku container:login
heroku create
heroku container:push faxserver -a APP_NAME
heroku container:release faxserver -a APP_NAME
heroku ps:scale web=1 -a APP_NAME
I'm trying to get this to run on Heroku, with following commands... but once deployed and released, logs shows no web process running. heroku container:login heroku create heroku container:push faxserver -a APP_NAME heroku container:release faxserver -a APP_NAME heroku ps:scale web=1 -a APP_NAME
But no luck...