0

Procfile对在本地机器和 heroku 中使用 on development有点困惑

为了在我的本地机器上启动 Rails,我需要

web: bundle exec rails server -p $PORT

worker:  bundle exec rake jobs:work

当我使用时有效foreman

但是heroku运行

bundle exec thin start -R config.ru -e production -p 48378

我在里面写了什么,Procfile所以它对我的本地机器和heroku来说会很好吗?

4

0 回答 0