Skip to content

Commit

Permalink
Add RW permission
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jul 2, 2024
1 parent f9ad363 commit f9156ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beacon-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV JWT_SECRET_FILE=/jwtsecret \

ADD ${STAKER_SCRIPTS_URL}/consensus_tools.sh /etc/profile.d/

RUN chmod +x /usr/local/bin/entrypoint.sh /etc/profile.d/consensus_tools.sh
RUN chmod +rx /usr/local/bin/entrypoint.sh /etc/profile.d/consensus_tools.sh

EXPOSE $BEACON_API_PORT

Expand Down
2 changes: 1 addition & 1 deletion validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ ENV DATA_DIR=/var/lib/data \

ADD ${STAKER_SCRIPTS_URL}/consensus_tools.sh /etc/profile.d/

RUN chmod +x /usr/local/bin/entrypoint.sh /etc/profile.d/consensus_tools.sh
RUN chmod +rx /usr/local/bin/entrypoint.sh /etc/profile.d/consensus_tools.sh

ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]

0 comments on commit f9156ea

Please sign in to comment.