fix Dockerfile2

This commit is contained in:
2026-06-25 11:53:44 +02:00
parent 5022a74834
commit 61a4a689c5

View File

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