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

This commit is contained in:
2023-08-13 18:40:59 +02:00
parent d875040cf2
commit bb567babcf

View File

@ -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"]