Test: Not finished
This commit is contained in:
parent
db79c561c7
commit
c1300fdb5f
12 changed files with 546 additions and 17 deletions
6
backend/Dockerfile
Normal file
6
backend/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM python:latest
|
||||
WORKDIR /data/backend
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
Loading…
Add table
Add a link
Reference in a new issue