From 70ca9c7236b9d4b538de27ba9052bc99d4e9060a Mon Sep 17 00:00:00 2001 From: Katon Minhas Date: Thu, 6 Nov 2025 21:01:50 +0000 Subject: [PATCH] Merged in Katon-Minhas/dockerfile-edited-online-with-bitbucket-1762462810542 (pull request #763) Dockerfile edited online with Bitbucket Approved-by: Sha Brown --- release/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Dockerfile b/release/Dockerfile index cb321cb..fb2b211 100644 --- a/release/Dockerfile +++ b/release/Dockerfile @@ -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}