-
Notifications
You must be signed in to change notification settings - Fork 2
Deployment
AlexSmirnof edited this page Jan 19, 2020
·
4 revisions
- 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