Merge pull request #196 from Hestia-Homes/main

fix stupid dockerfile error
This commit is contained in:
KhalimCK 2023-08-31 22:28:49 +01:00 committed by GitHub
commit 78117e38c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
FROM public.ecr.aws/lambda/python:3.10
# Set the working directory
WORKDIR ${LAMBDA_TASK_ROOT}