Skip to content

Commit 97754b0

Browse files
committed
fix: make grin dir persistent with volume to keep config
1 parent 5cf7c12 commit 97754b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ 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+
VOLUME ["/root/.grin"]
33+
3234
# Mainnet ports
3335
EXPOSE 3413 3414
3436

0 commit comments

Comments
 (0)