Heroku CLI “No command specified for process type web” when releasing container

前端 未结 2 1414
滥情空心
滥情空心 2021-01-12 21:17

I am deploying a .Net Core application using Docker Containers.

I was able to push the image successfully using heroku container:push web

But ca

2条回答
  •  无人共我
    2021-01-12 21:47

    I figured out the reason after searching for hours.

    Apparently if forgot to call heroku stack:set container.

    Now I'm able to deploy and release!

提交回复
热议问题