Fix Dockerfile for "new" WSGI server

This commit is contained in:
2023-03-30 19:30:13 +02:00
parent 1bfe3b5d4b
commit 3f09b79844

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