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

This commit is contained in:
2023-08-13 19:22:17 +02:00
parent 8613a0aa0c
commit e16312effc

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