diff --git a/Dockerfile b/Dockerfile index 1a4c53d..bf8ae8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,9 +44,9 @@ ARG GRAALVM_MINOR_VERSION ARG JAVA_VERSION ARG JAVA_HOME -COPY platform.sh . -RUN chmod +x ./platform.sh -RUN ./platform.sh +COPY platform.sh / +RUN chmod +x /platform.sh +RUN /platform.sh SHELL ["/bin/bash", "-c"]