diff --git a/Dockerfile b/Dockerfile index 9579456..c4d27e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +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 \ No newline at end of file