fix Dockerfile

This commit is contained in:
2026-06-25 11:52:47 +02:00
parent 553330cdcb
commit 5022a74834

View File

@@ -4,7 +4,7 @@ FROM python:3.12-slim
WORKDIR /app WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN pop install --no-cache-dir -rrequirements.txt RUN pop install --no-cache-dir -requirements.txt
COPY app/ ./app/ COPY app/ ./app/