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>
pull/3768/head
Matija Folnovic 3 years ago committed by GitHub
parent ae883bc2b4
commit 77b308a37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docker/graalvm/Dockerfile

@ -9,6 +9,7 @@ USER besu
WORKDIR /opt/besu WORKDIR /opt/besu
COPY --chown=besu:besu besu /opt/besu/ COPY --chown=besu:besu besu /opt/besu/
RUN chmod -R 755 /opt/besu
# Expose services ports # Expose services ports
# 8545 HTTP JSON-RPC # 8545 HTTP JSON-RPC

Loading…
Cancel
Save