Skip to content

Commit

Permalink
correct dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bd21 committed Oct 17, 2023
1 parent 4494a9e commit 4287169
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 @@ -104,4 +104,4 @@ COPY --from=busybox-min --chown=100:1000 /home/strangelove /home/strangelove
WORKDIR /home/strangelove
USER strangelove

ENTRYPOINT ["noble-cctp-relayer", "start", "--config", "./config/testnet.yaml"]
ENTRYPOINT ["noble-cctp-relayer", "start", "--config", "./config/config.yaml", "-v"]

0 comments on commit 4287169

Please sign in to comment.