diff --git a/Dockerfile b/Dockerfile index d1425c5..2b0ceb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file