From 0be34689ec7128a9daf88a004ba5cc93c79b07b0 Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Fri, 30 May 2025 13:18:37 +0300 Subject: [PATCH] debug fix v6 --- clr_test/db-updater/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clr_test/db-updater/Dockerfile b/clr_test/db-updater/Dockerfile index 7cc45e349..c13d6eb87 100644 --- a/clr_test/db-updater/Dockerfile +++ b/clr_test/db-updater/Dockerfile @@ -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" ] \ No newline at end of file +CMD [ "sh", "-c", "ls -la && psql --version && psql -U clearing -h db -p 5432 -d clearing -f ./init.sql && tail -f /dev/null" ] \ No newline at end of file