debug fix v6

This commit is contained in:
Ivan Nikolaev-Axenov 2025-05-30 13:18:37 +03:00
parent 714ef6c9f6
commit 0be34689ec

View file

@ -4,4 +4,4 @@ ADD combined_update_ddl.sql /init.sql
RUN apk add --update --no-cache postgresql-client
CMD [ "sh", "-c", "ls -la && psql --version && psql -U clearing -h db -p 5432 -d clearing -f init.sql && tail -f /dev/null" ]
CMD [ "sh", "-c", "ls -la && psql --version && psql -U clearing -h db -p 5432 -d clearing -f ./init.sql && tail -f /dev/null" ]