Dockerfile aktualisiert

This commit is contained in:
2025-07-26 13:18:50 +02:00
parent 5c72e3bbe2
commit 56788a95b2

View File

@@ -10,7 +10,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY ./app /app