This commit is contained in:
2026-03-07 03:35:22 -03:00
parent 2bb38570f9
commit 788b67804e

View File

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