Fix docker volume permission issue 68/14868/1
authoraravind.est <aravindhan.a@est.tech>
Wed, 3 Sep 2025 15:10:03 +0000 (16:10 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 3 Sep 2025 15:10:03 +0000 (16:10 +0100)
commit9f36155d5da35597102b83f57b82b02f89bbe156
tree37d666b0509335477db4c2275ff37b4e4dbb078e
parent7cd1f4073be606ee0088b23d9338939313c85462
Fix docker volume permission issue

Docker volume /var/information-coordinator-service/database is failing to get necessary permission because of the different uid used in init container.
This fixes that issue by add that specific location and permission while building docker image itself, So the initcontainer is not necessary.
General dockerfile guildlines aligned.

Issue-ID: INT-193
Change-Id: Ia6748a4a592dbd8a6a8ce71b8285499f32fc9682
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Dockerfile