Difference between revisions of "Heroku: procfile"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
https://devcenter.heroku.com/articles/procfile | https://devcenter.heroku.com/articles/procfile | ||
+ | |||
+ | [[Rails]] | ||
+ | web: [[bundle exec]] rails server -p $PORT | ||
+ | |||
+ | [[Clojure]] | ||
+ | web: [[lein]] run -m demo.web $PORT | ||
Revision as of 10:45, 22 February 2022
https://devcenter.heroku.com/articles/procfile
web: bundle exec rails server -p $PORT
web: lein run -m demo.web $PORT
See also
Advertising: