bfdb349a2b
* Fixed heroku docker startup moved to resources folder for clean environment * added heroku.yml for Docker deployment to heroku * Update heroku.yml fixed correct executing path * Update heroku-docker-start.sh * Update heroku.yml Co-authored-by: Pierre Rudloff <contact@rudloff.pro> Co-authored-by: Pierre Rudloff <contact@rudloff.pro>
5 lines
101 B
YAML
5 lines
101 B
YAML
build:
|
|
docker:
|
|
web: Dockerfile
|
|
run:
|
|
web: bash /var/www/html/resources/heroku-docker-start.sh
|