From 85a44d0618b913881a14b181d89c914f66a7b1e4 Mon Sep 17 00:00:00 2001 From: Sofiane Gerhardt Date: Tue, 29 Oct 2024 10:23:20 +0100 Subject: [PATCH] make entrypoint executable --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 657d0e8..fe5bbdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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