Merge pull request #1001 from Hestia-Homes/feature/pashub-to-ara

Pashub to Ara: Correct handler path in dockerfile
This commit is contained in:
Daniel Roth 2026-04-17 17:12:16 +01:00 committed by GitHub
commit cc6417b0d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,5 +22,4 @@ ENTRYPOINT ["python", "-m", "awslambdaric"]
# -----------------------------
# Lambda handler
# -----------------------------
CMD ["backend.pashub_fetcher.handler.handler"]
# CMD ["backend.pashub_fetcher.handler.handler.handler"]
CMD ["backend.pashub_fetcher.handler.handler.handler"]