adding to correct dockerfile

This commit is contained in:
Khalim Conn-Kowlessar 2025-04-14 12:36:46 +01:00
parent ad00165510
commit 4d357d6986

View file

@ -45,7 +45,7 @@ COPY ./etl/bill_savings/ ./etl/bill_savings/
COPY ./etl/spatial/ ./etl/spatial/
COPY ./BaseUtility.py ./BaseUtility.py
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
ENTRYPOINT [ "/usr/local/bin/python", "-m", "awslambdaric" ]