debug fix v11

This commit is contained in:
Ivan Nikolaev-Axenov 2025-05-30 16:14:02 +03:00
parent 04a9e11a67
commit d4820eb459

View file

@ -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" ]
ENTRYPOINT [ "./init.sh" ]