We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5271a0 commit 5cf7c12Copy full SHA for 5cf7c12
1 file changed
Dockerfile
@@ -21,11 +21,13 @@ RUN apt update && \
21
WORKDIR /root/.grin/main
22
RUN grin server config
23
RUN sed -i '/^run_tui /s/=.*$/= false/' grin-server.toml
24
+RUN sed -i '/^api_http_addr /s/=.*$/= "0.0.0.0:3413"/' grin-server.toml
25
26
# Create testnet config
27
WORKDIR /root/.grin/test
28
RUN grin --testnet server config
29
30
+RUN sed -i '/^api_http_addr /s/=.*$/= "0.0.0.0:13413"/' grin-server.toml
31
32
# Mainnet ports
33
EXPOSE 3413 3414
0 commit comments