Merged in Katon-Minhas/dockerfile-edited-online-with-bitbucket-1762462810542 (pull request #763)

Dockerfile edited online with Bitbucket

Approved-by: Sha Brown
This commit is contained in:
Katon Minhas
2025-11-06 21:01:50 +00:00
parent 55643b5a04
commit 70ca9c7236
+1 -1
View File
@@ -19,7 +19,7 @@ COPY pyproject.toml .
COPY poetry.lock .
RUN --mount=type=cache,target=/root/.cache/pip \
poetry install --no-dev --compile
poetry install --only main --compile
COPY . ${LAMBDA_TASK_ROOT}