我尝试使用heroku-cli将docker映像部署到heroku, 但是我得到了这个错误:
$: heroku container:run web
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"\": executable file not found in $PATH": unknown.
▸ Error: docker run exited with 127
此docker映像在本地使用命令docker run -d -p 3000:3000 webApp
已经尝试在heroku中添加PATH变量,但没有帮助。
试图找出heroku container:run web
落后了什么,但结果仍然为零。
我还发现heroku container
的文档已过时,他们说运行heroku container:release web
,但是在我检查heroku help container
之后,没有heroku container:release
。