make entrypoint executable
This commit is contained in:
parent
78c74c60b7
commit
85a44d0618
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ COPY --chown=$UID:$GID log4j2.xml $BESU_HOME/
|
|||
|
||||
# Add entrypoint for HPC
|
||||
COPY --chown=$UID:$GID entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
||||
# Expose services ports
|
||||
# 8545 HTTP JSON-RPC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue