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
5 merge requests!9Error 1,!7Boundary tests,!6Task 2 coverage test,!5Task 2 coverage test,!3Google calendar
web: python manage.py runserver 0.0.0.0:$PORT
\ No newline at end of file
...@@ -2,4 +2,9 @@ build: ...@@ -2,4 +2,9 @@ build:
docker: docker:
web: Dockerfile web: Dockerfile
run: run:
web: web: python manage.py runserver 0.0.0.0:$PORT
\ No newline at end of file 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