Skip to content

Commit 1736b00

Browse files
committed
fix: permissions
1 parent a792567 commit 1736b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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 775 -R /root/.grin
32+
RUN chmod 700 -R /root/.grin
3333

3434
VOLUME ["/root/.grin"]
3535

0 commit comments

Comments
 (0)