From 56c1cc99484bf1a11bbce5480c5e74abf64a95da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kabakc=C4=B1?= Date: Fri, 11 Oct 2024 21:28:12 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9b5e9b..e1fe2fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ COPY . ${LAMBDA_TASK_ROOT} # Jinjat itself won't be installed. RUN poetry install --no-interaction --no-ansi --no-root --only main -CMD [ "universql.protocol.snowflake" ] +CMD [ "universql.protocol.snowflake.handler" ]