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

This commit is contained in:
2023-08-13 18:38:50 +02:00
parent 5ac7130994
commit d875040cf2

View File

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