From ed09490a01b4d61e79e319cc0c4d67dbae13a996 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Thu, 4 Apr 2024 14:25:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fix=20handler=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jacob Woffenden --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41debd3..975a015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ python -m pip install --no-cache-dir --requirement requirements-pip.txt python -m pip install --no-cache-dir --requirement requirements.txt EOF -CMD ["function.handler"] +CMD ["function.lambda_handler"]