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:
Matija Folnovic
2022-04-27 07:42:51 +02:00
committed by GitHub
parent ae883bc2b4
commit 77b308a37c

View File

@@ -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