chore: update dockerfile install pdm

This commit is contained in:
Jeremy Yin 2024-03-18 16:33:53 +08:00
parent 5ae58f6fde
commit f5425679b6
1 changed files with 1 additions and 3 deletions

View File

@ -1,10 +1,8 @@
FROM python:3.12
RUN curl -sSL https://pdm-project.org/install-pdm.py | python3 -
WORKDIR /app
ADD pdm.lock /app
RUN pdm install
RUN pip install pdm && pdm install