Skip to content

Commit 8619915

Browse files
authored
Merge branch 'main' into enum/s3-deployment
2 parents 55c168f + 1c09c8b commit 8619915

File tree

15 files changed

+38927
-4
lines changed

15 files changed

+38927
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM public.ecr.aws/lambda/python:3.6
1+
FROM python:3.13-alpine
22
EXPOSE 8000
33
WORKDIR /src
44
ADD . /src
5-
CMD python3 index.py
5+
CMD python index.py

0 commit comments

Comments
 (0)