Heroku: procfile

From wikieduonline
Revision as of 03:17, 1 March 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

https://devcenter.heroku.com/articles/procfile

Rails

web: bundle exec rails server -p $PORT

Clojure

web: lein run -m demo.web $PORT

In case you have multiple buildpacks for the application you can ensure static rendering in procfile

web: bin/boot [1]


Related

See also

Advertising: