Skip to content

Commit

Permalink
removing ENTRYPOINT as its already in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 authored May 6, 2024
1 parent f6ef873 commit 2eba221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM public.ecr.aws/lambda/python:3.11
COPY app.py ${LAMBDA_TASK_ROOT}
ENTRYPOINT ["/lambda-entrypoint.sh"]
CMD ["app.handler"]

0 comments on commit 2eba221

Please sign in to comment.