haqq: fix startup crash-loop by adding missing cometbft-common.sh #73
@@ -3,8 +3,9 @@ ARG HAQQ_HAQQ_VERSION
|
||||
FROM ${HAQQ_HAQQ_IMAGE}:${HAQQ_HAQQ_VERSION}
|
||||
|
||||
USER root
|
||||
COPY ./scripts/cometbft-common.sh /usr/local/bin/cometbft-common.sh
|
||||
COPY ./scripts/init.sh /usr/local/bin/init.sh
|
||||
|
||||
RUN chmod +x /usr/local/bin/init.sh
|
||||
RUN chmod +x /usr/local/bin/init.sh /usr/local/bin/cometbft-common.sh
|
||||
|
||||
ENTRYPOINT [ "init.sh" ]
|
||||
Reference in New Issue
Block a user