Fix Dockerfile for "new" WSGI server

This commit is contained in:
Phillip Kühne 2023-03-30 19:30:13 +02:00
parent 1bfe3b5d4b
commit 3f09b79844
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -11,4 +11,6 @@ COPY ./backend/requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
RUN pip install --no-cache-dir -U meinheld
COPY ./backend /app