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