development branch created to preserve working deploy project

This commit is contained in:
2025-08-02 17:37:16 +03:00
parent 5e65ea0f7c
commit e824e87953
659 changed files with 90008 additions and 137 deletions
+1
View File
@@ -1,6 +1,7 @@
FROM python:3.11-slim
ENV PYTHONUNBUFFERED=1
WORKDIR /DepoT
ENV PYTHONPATH="${PYTHONPATH}:/DepoT:/."
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . .