We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945a8a0 commit a792567Copy full SHA for a792567
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 777 -R /root/.grin
+RUN chmod 775 -R /root/.grin
33
34
VOLUME ["/root/.grin"]
35
0 commit comments