debug fix v10

This commit is contained in:
Ivan Nikolaev-Axenov 2025-05-30 16:03:23 +03:00
parent 64b1505c86
commit 04a9e11a67

View file

@ -5,8 +5,6 @@ WORKDIR /opt
ADD combined_update_ddl.sql init.sql
ADD init.sh init.sh
USER root
RUN apk add --update --no-cache postgresql-client
RUN chmod +x init.sql
RUN find . -name "*.sh" | xargs sed -i 's/\r$//'