From 5e47e7a07141c962884dfa712205850e9990a9ad Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Fri, 30 May 2025 12:27:06 +0300 Subject: [PATCH] debug fix v2 --- 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 d4a806dd0..2d8637517 100644 --- a/clr_test/db-updater/Dockerfile +++ b/clr_test/db-updater/Dockerfile @@ -6,4 +6,4 @@ RUN apk add --update --no-cache postgresql-client RUN ls -CMD [ "sh", "-c", "psql -U clearing -h db -p 5432 -d clearing -f init.sql" ] \ No newline at end of file +CMD [ "sh", "-c", "psql -U clearing -h db -p 5432 -d clearing -f init.sql && tail -f /dev/null" ] \ No newline at end of file