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