Skip to content
Snippets Groups Projects
Commit 5f52f471 authored by Morris, Sophie E (UG - Comp Sci & Elec Eng)'s avatar Morris, Sophie E (UG - Comp Sci & Elec Eng)
Browse files

linux experiment

parent 22273c05
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ services:
context: .
dockerfile: register/Dockerfile
container_name: register
command: bash -c "python register/manage.py makemigrations && python register/manage.py migrate && python register/manage.py runserver 0.0.0.0:8000"
command: bash -c "sudo python register/manage.py makemigrations && sudo python register/manage.py migrate && sudo python register/manage.py runserver 0.0.0.0:8000"
volumes:
- .:/com3014-team3
ports:
......
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