v1 upload

First upload of project files
This commit is contained in:
2024-03-23 11:49:29 +02:00
commit 45ef778274
344 changed files with 6145 additions and 0 deletions

6
backend/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM python:3.10-slim
WORKDIR /app
COPY ./requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt