Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lagougou authored Jan 30, 2024
1 parent 63c8201 commit a1819aa
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,6 +17,6 @@ ARG CONFIG=config.yml
COPY --from=builder /savour-core/wallet-chain-node /usr/local/bin/
COPY --from=builder /savour-core/${CONFIG} /etc/savour-core/config.yml

EXPOSE 8888
EXPOSE 8189
ENTRYPOINT ["wallet-chain-node"]
CMD ["-c", "/etc/savour-core/config.yml"]

0 comments on commit a1819aa

Please sign in to comment.