Skip to content

Commit 0591a9a

Browse files
fix: update Dockerfile
1 parent 4ea783e commit 0591a9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM public.ecr.aws/docker/library/python:3.12
22
COPY --from=public.ecr.aws/awsguru/aws-lambda-adapter:0.8.3 /lambda-adapter /opt/extensions/lambda-adapter
33
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
44

5+
ARG MATURITY="local"
6+
ENV MATURITY=${MATURITY}
57
ARG HOST=0.0.0.0
68
ENV HOST=${HOST}
79
ARG PORT=8080

0 commit comments

Comments
 (0)