diff --git a/Dockerfile b/Dockerfile index b19bd41..f1f31d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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