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

test

parent 206a9d41
No related branches found
No related tags found
5 merge requests!9Error 1,!7Boundary tests,!6Task 2 coverage test,!5Task 2 coverage test,!3Google calendar
...@@ -2,4 +2,10 @@ build: ...@@ -2,4 +2,10 @@ build:
docker: docker:
web: Dockerfile web: Dockerfile
run: run:
web: context: backend/secfit
\ 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