mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
fix dockerfile
This commit is contained in:
parent
a225e248bb
commit
c675bf9c12
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM public.ecr.aws/lambda/python:3.10
|
FROM public.ecr.aws/lambda/python:3.10
|
||||||
|
|
||||||
# Copy function code
|
# Copy function code
|
||||||
COPY app.py ${LAMBDA_TASK_ROOT}
|
COPY main.py .
|
||||||
|
|
||||||
# Set the handler
|
# Set the handler
|
||||||
CMD ["main.handler"]
|
CMD ["main.handler"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue