Skip to content
Snippets Groups Projects
Commit 9915caa4 authored by Pernille Welle-Watne's avatar Pernille Welle-Watne
Browse files

test

parent 206a9d41
No related branches found
No related tags found
No related merge requests found
web: python manage.py runserver 0.0.0.0:$PORT
\ No newline at end of file
......@@ -2,4 +2,9 @@ build:
docker:
web: Dockerfile
run:
web:
\ No newline at end of file
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment