embetacloud
embetacloud copied to clipboard
Working on Heroku!
Hey, it is working on heroku. I've deployed on my account and it is working! I think the readme should be updated.
I've also uploaded my files to google drive.
Hey man, is there any chance you could give a quick guide for deploying on heroku?
Add the following line to the Dockerfile and push the app through heroku's container registry.
CMD node server/server.js
Then it will work. Let me know if that is working for you too. If yes, then maybe you can write a quick guide O:)
Also, dont forget to ping the app to prevent it from sleeping(if you are on free plan)
If I deploy the app normally I am getting issues. So, I tried through docker the first time, it failed. The second time I took a look at the dockerfile and seen that it is missing the CMD instruction. So I've added it. That's it.
If I deploy the app normally I am getting issues. So, I tried through docker the first time, it failed. The second time I took a look at the dockerfile and seen that it is missing the CMD instruction. So I've added it. That's it.
I appreciate the response, and would love to draw up a quick guide, but unfortunately I'm a complete beginner to docker / heroku, so I haven't figured out how to push the app, with the new line added, through to heroku. Thanks anyways.
could you please help me out?I am having trouble while deploying the app on heroku @capriciousduck