Skip to content

Commit

Permalink
Fix ln argument order in Dockerfile.release (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio authored Dec 4, 2024
1 parent 05947ea commit d3a0f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stellar-rpc/docker/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
apt-get clean

# TODO: for backwards compatibility, remove when fully deprecating the soroban-rpc name
RUN ln -s /usr/bin/stellar-soroban-rpc /usr/bin/stellar-rpc
RUN ln -s /usr/bin/stellar-rpc /usr/bin/stellar-soroban-rpc

ENTRYPOINT ["/usr/bin/stellar-rpc"]

0 comments on commit d3a0f4e

Please sign in to comment.