From a77d152f8d84ff137ae87acdb0b00fdad364e4de Mon Sep 17 00:00:00 2001 From: czarly <379651+czarly@users.noreply.github.com> Date: Wed, 16 Mar 2022 13:11:16 +0400 Subject: [PATCH] final fix pokt --- pokt/{DockerFile => Dockerfile} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pokt/{DockerFile => Dockerfile} (79%) diff --git a/pokt/DockerFile b/pokt/Dockerfile similarity index 79% rename from pokt/DockerFile rename to pokt/Dockerfile index 4d7a206f..66a5efe1 100644 --- a/pokt/DockerFile +++ b/pokt/Dockerfile @@ -1,6 +1,6 @@ FROM poktnetwork/pocket-core:RC-0.7.1 -COPY config.json /home/app/.pocket/config/config.json +COPY --chown=1005:1001 config.json /home/app/.pocket/config/config.json COPY --chown=1005:1001 chains.json /home/app/.pocket/config/chains.json COPY bootstrap.sh /home/app/.pocket/bootstrap.sh