chekout update, mp study v1

This commit is contained in:
2026-03-07 03:07:45 -03:00
parent 423d563cc0
commit 6c5085093d
10 changed files with 453 additions and 2651 deletions

View File

@@ -10,6 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY app.py .
COPY templates/ ./templates/
COPY static/ ./static/
COPY .env .
# Create the folder structure for the volume mounts
RUN mkdir -p /app/static/cache