【发布时间】:2012-10-28 08:53:09
【问题描述】:
我有这个简单的 Procfile
web: myapp
myapp 在路径中,但进程主目录应该是 ./directory/。如何在 Procfile 中指定进程的启动位置?
https://github.com/ddollar/foreman/pull/101 没有帮助,因为它假定该工作目录对于 Procfile 指定的每个进程都应该是相同的
【问题讨论】:
-
如果您使用的是
gunicorn,this post 可能会对您有所帮助