This commit is contained in:
2026-01-24 16:53:11 -05:00
parent 3c540e502d
commit 26eca38f0a

View File

@@ -6,8 +6,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY app.py . COPY app.py .
COPY templates ./templates
COPY static ./static
EXPOSE 5000 EXPOSE 5000