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}