fix dockerfile

This commit is contained in:
Jun-te Kim 2026-02-03 12:18:21 +00:00
parent a225e248bb
commit c675bf9c12

View file

@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python:3.10
# Copy function code
COPY app.py ${LAMBDA_TASK_ROOT}
COPY main.py .
# Set the handler
CMD ["main.handler"]