feat(api): install gunicorn/uvicorn from pip

This commit is contained in:
jo 2023-05-10 14:51:23 +02:00 committed by Kyle Robbertze
parent 92b2a0d1e0
commit 3b4f9ef477
5 changed files with 6 additions and 7 deletions

View file

@ -151,7 +151,7 @@ WORKDIR /src
COPY api/requirements.txt .
RUN --mount=type=cache,target=/root/.cache/pip \
pip install --no-compile gunicorn uvicorn -r requirements.txt
pip install --no-compile -r requirements.txt
COPY --from=python-builder /build/shared/*.whl .
RUN --mount=type=cache,target=/root/.cache/pip \