update copy in dockerfile

This commit is contained in:
Matteo Rosati
2026-01-18 00:32:32 +01:00
parent e6c37f38f5
commit dac7c2dbcf

View File

@@ -19,6 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy application files # Copy application files
COPY app.py . COPY app.py .
COPY lib.py .
COPY ingress.py . COPY ingress.py .
COPY models.py . COPY models.py .