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