Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 32651f5

Browse files
committed
fix: go back to old way of install
1 parent 200ec57 commit 32651f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/aws/lambda/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ COPY pyproject.toml pyproject.toml
1414
COPY README.md README.md
1515
COPY src/ src/
1616

17-
RUN uv export --frozen --extra lambda > requirements.txt && \
18-
uv pip install --compile-bytecode --target /asset -r requirements.txt
17+
RUN uv pip install --compile-bytecode .[lambda] --target /asset
1918

2019
# Reduce package size and remove useless files
2120
WORKDIR /asset

0 commit comments

Comments
 (0)