Skip to content

Commit c628798

Browse files
committed
docker: add default volume, expose API port exposable by making IP address public
1 parent 79a951c commit c628798

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ RUN grin --testnet server config
2929
RUN sed -i '/^run_tui /s/=.*$/= false/' grin-server.toml
3030
RUN sed -i '/^api_http_addr /s/=.*$/= "0.0.0.0:13413"/' grin-server.toml
3131

32-
#RUN chmod 700 -R /root/.grin
33-
3432
VOLUME ["/root/.grin"]
3533

3634
# Mainnet ports
@@ -43,6 +41,5 @@ EXPOSE 13413 13414
4341
EXPOSE 3416
4442

4543
WORKDIR /root/.grin
46-
4744
ENTRYPOINT ["grin", "--no-tui"]
4845
CMD ["server", "run"]

0 commit comments

Comments
 (0)