mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
adding to correct dockerfile
This commit is contained in:
parent
ad00165510
commit
4d357d6986
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ COPY ./etl/bill_savings/ ./etl/bill_savings/
|
||||||
COPY ./etl/spatial/ ./etl/spatial/
|
COPY ./etl/spatial/ ./etl/spatial/
|
||||||
COPY ./BaseUtility.py ./BaseUtility.py
|
COPY ./BaseUtility.py ./BaseUtility.py
|
||||||
COPY ./datatypes/ ./datatypes/
|
COPY ./datatypes/ ./datatypes/
|
||||||
|
COPY .etl/find_my_epc/ ./etl/find_my_epc/
|
||||||
|
|
||||||
# Set the ENTRYPOINT to the AWS Lambda RIC and CMD to your function handler
|
# Set the ENTRYPOINT to the AWS Lambda RIC and CMD to your function handler
|
||||||
ENTRYPOINT [ "/usr/local/bin/python", "-m", "awslambdaric" ]
|
ENTRYPOINT [ "/usr/local/bin/python", "-m", "awslambdaric" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue