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

This commit is contained in:
2023-08-13 18:43:27 +02:00
parent bb567babcf
commit 46d8d34f09

View File

@ -44,9 +44,9 @@ ARG GRAALVM_MINOR_VERSION
ARG JAVA_VERSION
ARG JAVA_HOME
COPY platform.sh .
RUN chmod +x ./platform.sh
RUN ./platform.sh
COPY platform.sh /
RUN chmod +x /platform.sh
RUN /platform.sh
SHELL ["/bin/bash", "-c"]