mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 09:11:42 +02:00
Fix Dockerfile for "new" WSGI server
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user