Skip to content

Commit

Permalink
fix typo on entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Nov 27, 2023
1 parent bb3c837 commit 0daa07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centrifuge-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN ldd /usr/local/bin/centrifuge-chain && \
ENV RUST_BACKTRACE 1
EXPOSE 30333 9933 9944
VOLUME ["/data"]
COPY docker/scripts/entrypoint.sh /centrifuge/entrypoint.sh
COPY ./docker/scripts/entrypoint.sh /centrifuge/entrypoint.sh

# ENTRYPOINT ["/usr/local/bin/centrifuge-chain"]
ENTRYPOINT ["/centrifuge/entrypoint.sh"]
Expand Down

0 comments on commit 0daa07b

Please sign in to comment.