heroku: no default language could be detected for this app

后端 未结 11 774
予麋鹿
予麋鹿 2020-12-03 22:40

First time using Heroku. Trying to push. I have run the command:

heroku create --buildpack heroku/python

and it displayed

$ hero         


        
11条回答
  •  醉梦人生
    2020-12-03 23:24

    When deploying using Docker, ensure to set the stack of the app to container, as shown in the docs:

    heroku stack:set container
    

提交回复
热议问题