Skip to content

Commit d9d75f9

Browse files
committed
changes
1 parent afe22fd commit d9d75f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

backend/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update -y && apt-get install -y \
1717

1818
ENV LIBRARY_PATH=/lib:/usr/lib
1919

20-
RUN pip install pdm==2.21.0
20+
RUN pip install pdm==2.21.0 uv==0.5.5
2121

2222
ARG TARGETPLATFORM
2323

@@ -80,9 +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
8483
RUN pdm config use_uv true
85-
RUN pdm install --prod --group lambda
84+
RUN pdm install --prod
8685

8786
# Create GraphQL schema
8887

0 commit comments

Comments
 (0)