We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e1491 commit f628a6fCopy full SHA for f628a6f
backend/Dockerfile
@@ -80,6 +80,8 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
80
81
COPY pyproject.toml pdm.lock ${FUNCTION_DIR}
82
83
+RUN curl -LsSf https://astral.sh/uv/install.sh | sh
84
+RUN pdm config use_uv true
85
RUN pdm install --prod --group lambda
86
87
# Create GraphQL schema
0 commit comments