Create: frontend

This commit is contained in:
Yûki VACHOT 2022-01-24 20:04:49 +01:00
parent b6c8cc2f33
commit 0f70917b7b
19 changed files with 3 additions and 1699 deletions

View file

@ -1,6 +0,0 @@
FROM python:latest
WORKDIR /data/backend
COPY requirements.txt requirements.txt
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
COPY . .