You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
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...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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...
The text was updated successfully, but these errors were encountered: