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

This commit is contained in:
2023-08-13 18:55:00 +02:00
parent c243f8310e
commit c1ff540cc1

View File

@ -48,7 +48,7 @@ RUN mkdir /scripts
COPY platform.sh /scripts/platform.sh COPY platform.sh /scripts/platform.sh
RUN ls -l /scripts RUN ls -l /scripts
RUN chmod +x /scripts/platform.sh RUN chmod +x /scripts/platform.sh
RUN /scripts/platform.sh RUN ["/bin/bash", "-c", "/scripts/platform.sh"]
SHELL ["/bin/bash", "-c"] SHELL ["/bin/bash", "-c"]