Skip to content

Commit

Permalink
mkdir for btc_rpc_proxy.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Aug 15, 2024
1 parent 44180f5 commit 25ec884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY --from=builder /app/target/release/btc_rpc_proxy /usr/bin/btc_rpc_proxy
RUN chmod +x /usr/bin/btc_rpc_proxy

SHELL [ "/bin/bash", "-c" ]
ENTRYPOINT chmod 600 /etc/btc_rpc_proxy.toml && exec /usr/bin/btc_rpc_proxy --conf /etc/btc_rpc_proxy.toml
ENTRYPOINT chmod 600 /etc/btc_rpc_proxy/btc_rpc_proxy.toml && exec /usr/bin/btc_rpc_proxy --conf /etc/btc_rpc_proxy/btc_rpc_proxy.toml

0 comments on commit 25ec884

Please sign in to comment.