Skip to content

Commit

Permalink
apply terraform in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernhard95 committed Oct 30, 2024
1 parent 8f4beaa commit 6841fb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ COPY poetry.lock /app/
RUN poetry config virtualenvs.create false && poetry install --no-root

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

0 comments on commit 6841fb9

Please sign in to comment.