diff --git a/Dockerfile b/Dockerfile index e61b702..1a4c53d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,8 +45,8 @@ ARG JAVA_VERSION ARG JAVA_HOME COPY platform.sh . -RUN chmod +x ./platform.sh \ - && ./platform.sh +RUN chmod +x ./platform.sh +RUN ./platform.sh SHELL ["/bin/bash", "-c"]