From 6cd3435f1093df24a7a6fe11beb285fa45cc9be1 Mon Sep 17 00:00:00 2001 From: uzurka Date: Sun, 13 Aug 2023 18:46:45 +0200 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf8ae8e..a7a5d86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,8 @@ ARG GRAALVM_MINOR_VERSION ARG JAVA_VERSION ARG JAVA_HOME -COPY platform.sh / +COPY platform.sh /platform.sh +RUN ls -l RUN chmod +x /platform.sh RUN /platform.sh