Skip to content

Commit 3620851

Browse files
committed
try fix deployment (2)
1 parent f4b88c2 commit 3620851

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile.lambda

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ RUN pip install --no-cache-dir poetry && \
1313
poetry config virtualenvs.create false && \
1414
poetry install --without dev --no-interaction --no-ansi
1515

16-
ENTRYPOINT [ "/lambda-entrypoint.sh" ]
17-
CMD ["src.handler.handler"]
16+
CMD ["handler.handler"]

0 commit comments

Comments
 (0)