fix Dockerfile3

This commit is contained in:
2026-06-25 11:54:15 +02:00
parent 61a4a689c5
commit 66c2d94216

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 -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY app/ ./app/ COPY app/ ./app/