Make entrypoint script executable
Some checks failed
Build / build (push) Failing after 3m32s

This commit is contained in:
2024-09-15 18:15:25 -04:00
parent 7da95550a2
commit f8cf81c6f2

View File

@@ -58,6 +58,7 @@ RUN set -ex \
&& rm -rf /opt/bitcoin-${BITCOIN_VERSION}/bin/bitcoin-qt
COPY docker-entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
VOLUME ["/home/bitcoin/.bitcoin"]