mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
Fix Dockerfile for "new" WSGI server
This commit is contained in:
parent
1bfe3b5d4b
commit
3f09b79844
@ -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
|
Loading…
x
Reference in New Issue
Block a user