mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-28 22:32:28 +02:00
Revert chmod as we dont use buildkit, and chmod directly
This commit is contained in:
parent
8041af90a1
commit
5c31ce13f9
0
Bitcoin/29.0/docker-entrypoint.sh
Normal file → Executable file
0
Bitcoin/29.0/docker-entrypoint.sh
Normal file → Executable file
@ -39,7 +39,7 @@ RUN mkdir "$BITCOIN_DATA" \
|
|||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
COPY --chmod=755 docker-entrypoint.sh /entrypoint.sh
|
COPY docker-entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 8332 8333 18332 18333 18443 18444
|
EXPOSE 8332 8333 18332 18333 18443 18444
|
||||||
|
@ -44,7 +44,7 @@ RUN mkdir "$BITCOIN_DATA" \
|
|||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
COPY --chmod=755 docker-entrypoint.sh /entrypoint.sh
|
COPY docker-entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 8332 8333 18332 18333 18443 18444
|
EXPOSE 8332 8333 18332 18333 18443 18444
|
||||||
|
@ -44,7 +44,7 @@ RUN mkdir "$BITCOIN_DATA" \
|
|||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
COPY --chmod=755 docker-entrypoint.sh /entrypoint.sh
|
COPY docker-entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 8332 8333 18332 18333 18443 18444
|
EXPOSE 8332 8333 18332 18333 18443 18444
|
||||||
|
Loading…
Reference in New Issue
Block a user