include pipenv dev

This commit is contained in:
leehk 2025-04-11 20:29:08 +08:00
parent 2506690ad1
commit 29cee941f1

View File

@ -68,7 +68,7 @@ COPY --from=builder /usr/src/app/wheels /wheels
COPY --from=builder /usr/src/app/Pipfile .
RUN pip install --upgrade pip setuptools wheel -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install --no-cache /wheels/*
RUN pipenv install --deploy
RUN pipenv install --deploy --dev
RUN pipenv run pip install "uvicorn[standard]==0.26.0"
# add app