Skip to content

Commit f628a6f

Browse files
committed
Use PDM+UV
1 parent e8e1491 commit f628a6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
8080

8181
COPY pyproject.toml pdm.lock ${FUNCTION_DIR}
8282

83+
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
84+
RUN pdm config use_uv true
8385
RUN pdm install --prod --group lambda
8486

8587
# Create GraphQL schema

0 commit comments

Comments
 (0)