This commit is contained in:
Elijah Lucian
2021-07-15 15:13:43 -06:00
parent f0f4494553
commit 83fdd5b79a
5 changed files with 13 additions and 11 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ services:
context: ./server
volumes:
- ./server:/usr/src/server
ports:
- 8000:8000
environment:
- DEBUG=true
command: ["python", "manage.py", "runserver", "0.0.0.0:8000"]