Fix config-init docker volume mapping on nfs

On some kubernetes deployments there is a conflict when a volume in docker image
is mounted in kubernetes over NFS. files / directories created inside the container
are not visible inside / outside of the container.
Removing VOLUME declaration from the Dockerfile solve this problem.

Change-Id: I05081a21a64c08e7ad19403a80ad1195a5bd8cb4
Issue-ID: OOM-290
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
1 file changed