villafleurie/heroku.yml
Ruidy Nemausat ac0ae46172 heroku.yml
2019-12-04 16:16:06 +01:00

5 lines
162 B
YAML

build:
docker:
web: Dockerfile
run:
web: bash -c "python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"