initial commit

This commit is contained in:
Gergő Jedlicska
2023-06-22 12:32:34 +02:00
commit f4fdcb9272
13 changed files with 1757 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM python:3.11
# RUN pip install poetry
COPY . .
RUN pip install -r requirements.txt
# RUN poetry install --no-root --no-dev