From d4820eb459bb268f94282afc1c6aae047decea5d Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Fri, 30 May 2025 16:14:02 +0300 Subject: [PATCH] debug fix v11 --- clr_test/db-updater/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clr_test/db-updater/Dockerfile b/clr_test/db-updater/Dockerfile index 67f88ce1f..11bad7020 100644 --- a/clr_test/db-updater/Dockerfile +++ b/clr_test/db-updater/Dockerfile @@ -6,7 +6,7 @@ ADD combined_update_ddl.sql init.sql ADD init.sh init.sh RUN apk add --update --no-cache postgresql-client -RUN chmod +x init.sql +RUN chmod a+x init.sql RUN find . -name "*.sh" | xargs sed -i 's/\r$//' -CMD [ "./init.sh" ] \ No newline at end of file +ENTRYPOINT [ "./init.sh" ] \ No newline at end of file