Skip to content

Deployment

AlexSmirnof edited this page Jan 19, 2020 · 4 revisions

Heroku

  • checkout heroku buildspack to support containers: heroku stack:set container -a vaadin-showcase
  • create heroku.yml configuration file in project root
  • create Dockerfile with last CMD instruction that will be used by heroku to run container
  • you must run application on port that heroku pass through $PORT environment variable
Clone this wiki locally