mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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
|
||||
|
||||
# Copy function code
|
||||
COPY app.py ${LAMBDA_TASK_ROOT}
|
||||
COPY main.py .
|
||||
|
||||
# Set the handler
|
||||
CMD ["main.handler"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue