Skip to content

Commit

Permalink
fix entrypoint script permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Nov 28, 2023
1 parent 156659c commit 80b8c84
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 @@ -64,7 +64,7 @@ ENV RUST_BACKTRACE 1
EXPOSE 30333 9933 9944
VOLUME ["/data"]
COPY ./docker/scripts/entrypoint.sh /centrifuge/entrypoint.sh
RUN chown -R centrifuge:centrifuge /centrifuge/entrypoint.sh && chmod +x /centrifuge/entrypoint.sh

# ENTRYPOINT ["/usr/local/bin/centrifuge-chain"]
ENTRYPOINT ["/centrifuge/entrypoint.sh"]
CMD ["--help"]

0 comments on commit 80b8c84

Please sign in to comment.