We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf7c12 commit 97754b0Copy full SHA for 97754b0
1 file changed
Dockerfile
@@ -29,6 +29,8 @@ 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
+VOLUME ["/root/.grin"]
33
+
34
# Mainnet ports
35
EXPOSE 3413 3414
36
0 commit comments