From e16312effc2919fa81ae772022a1a57497dcc8ec Mon Sep 17 00:00:00 2001 From: uzurka Date: Sun, 13 Aug 2023 19:22:17 +0200 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fe8611..5b29816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,8 @@ ARG JAVA_VERSION ARG JAVA_HOME COPY platform.sh . -RUN ./platform.sh +RUN chmod +x ./platform.sh \ + && ./platform.sh SHELL ["/bin/bash", "-c"]