We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a951c commit c628798Copy full SHA for c628798
1 file changed
Dockerfile
@@ -29,8 +29,6 @@ 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 700 -R /root/.grin
33
-
34
VOLUME ["/root/.grin"]
35
36
# Mainnet ports
@@ -43,6 +41,5 @@ EXPOSE 13413 13414
43
41
EXPOSE 3416
44
42
45
WORKDIR /root/.grin
46
47
ENTRYPOINT ["grin", "--no-tui"]
48
CMD ["server", "run"]
0 commit comments