We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a792567 commit 1736b00Copy full SHA for 1736b00
1 file changed
Dockerfile
@@ -29,7 +29,7 @@ RUN grin --testnet server config
29
RUN sed -i '/^run_tui /s/=.*$/= false/' grin-server.toml
30
RUN sed -i '/^api_http_addr /s/=.*$/= "0.0.0.0:13413"/' grin-server.toml
31
32
-RUN chmod 775 -R /root/.grin
+RUN chmod 700 -R /root/.grin
33
34
VOLUME ["/root/.grin"]
35
0 commit comments