Skip to content

Commit 24fb8fb

Browse files
committed
try fix deployment, again
1 parent 3620851 commit 24fb8fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.lambda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ 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" ]
1617
CMD ["handler.handler"]

0 commit comments

Comments
 (0)