Skip to content

Commit

Permalink
make templates available in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernhard95 committed Oct 30, 2024
1 parent f7e497f commit 577bf9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY poetry.lock /app/
RUN poetry config virtualenvs.create false && poetry install --no-root

COPY scheduler scheduler
COPY templates templates
COPY lambda_handler.py lambda_handler.py
ENTRYPOINT [ "/usr/local/bin/python", "-m", "awslambdaric" ]
CMD [ "lambda_handler.lambda_handler" ]

0 comments on commit 577bf9c

Please sign in to comment.