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