fixed Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-13 18:37:54 +02:00
parent 3a546b4f5c
commit 5ac7130994

View File

@ -45,7 +45,8 @@ ARG JAVA_VERSION
ARG JAVA_HOME
COPY platform.sh .
RUN ./platform.sh
RUN chmod +x ./platform.sh
&& ./platform.sh
SHELL ["/bin/bash", "-c"]