fix dockerfile

This commit is contained in:
Michael Grote 2023-04-13 15:00:03 +02:00
parent 1950d759ba
commit 943662a77f

View file

@ -14,6 +14,7 @@ WORKDIR /app
COPY requirements.txt .
COPY app.py .
COPY gunicorn_config.py .
RUN pip install --no-cache-dir -r requirements.txt