Forked from
Åsmund Haugse / tdt4242-base
29 commits behind, 25 commits ahead of the upstream repository.
-
Pernille Welle-Watne authoredPernille Welle-Watne authored
heruko.yml 222 B
build:
docker:
web: Dockerfile
run:
web: python backend/secfit/manage.py runserver 0.0.0.0:$PORT
release:
image: web
command:
- cd backend/secfit
- python manage.py collectstatic --noinput