adding backend dockerfile

This commit is contained in:
Elijah Lucian 2021-07-15 17:14:51 -06:00
parent 799fedb45d
commit 1a77903141
2 changed files with 3479 additions and 24639 deletions

View File

@ -0,0 +1,13 @@
version: "3.8"
services:
server:
build:
context: ./server
volumes:
- ./server:/usr/src/server
ports:
- 8000:8000
environment:
- DEBUG=true
command: ["python", "manage.py", "runserver", "0.0.0.0:8000"]

28089
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff