chore: update dockerfile install pdm
This commit is contained in:
parent
5ae58f6fde
commit
f5425679b6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue