Revert chmod as we dont use buildkit, and chmod directly

This commit is contained in:
Andrew Camilleri (Kukks) 2025-04-28 12:02:40 +02:00
parent 8041af90a1
commit 5c31ce13f9
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097
4 changed files with 3 additions and 3 deletions

0
Bitcoin/29.0/docker-entrypoint.sh Normal file → Executable file
View File

View File

@ -39,7 +39,7 @@ RUN mkdir "$BITCOIN_DATA" \
VOLUME /data
COPY --chmod=755 docker-entrypoint.sh /entrypoint.sh
COPY docker-entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 8332 8333 18332 18333 18443 18444

View File

@ -44,7 +44,7 @@ RUN mkdir "$BITCOIN_DATA" \
VOLUME /data
COPY --chmod=755 docker-entrypoint.sh /entrypoint.sh
COPY docker-entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 8332 8333 18332 18333 18443 18444

View File

@ -44,7 +44,7 @@ RUN mkdir "$BITCOIN_DATA" \
VOLUME /data
COPY --chmod=755 docker-entrypoint.sh /entrypoint.sh
COPY docker-entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 8332 8333 18332 18333 18443 18444