mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Fix wrong permissions on /opt/besu directory in GraalVM image (#3753)
Signed-off-by: Matija Folnovic <mfolnovic@gmail.com> Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
This commit is contained in:
@@ -9,6 +9,7 @@ USER besu
|
||||
WORKDIR /opt/besu
|
||||
|
||||
COPY --chown=besu:besu besu /opt/besu/
|
||||
RUN chmod -R 755 /opt/besu
|
||||
|
||||
# Expose services ports
|
||||
# 8545 HTTP JSON-RPC
|
||||
|
||||
Reference in New Issue
Block a user