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