diff --git a/heruko.yml b/heruko.yml index ba1222743dc071aff014bea59922b933ece79145..fd79171fb4afe4dca37c7041e260ee26bc24a28b 100644 --- a/heruko.yml +++ b/heruko.yml @@ -2,4 +2,10 @@ build: docker: web: Dockerfile run: - web: \ No newline at end of file + context: backend/secfit + web: python manage.py runserver 0.0.0.0:$PORT + release: + image: web + command: + - cd backend/secfit + - python manage.py collectstatic --noinput \ No newline at end of file