chmod scripts

This commit is contained in:
Kroese 2023-05-12 13:51:11 +02:00 committed by GitHub
parent c25ab5e654
commit ee28f72737

View File

@ -38,7 +38,7 @@ COPY agent/*.sh /agent/
COPY --from=builder /qemu-host.bin /run/host.bin
RUN ["chmod", "+x", "/run/run.sh /run/check.sh /run/server.sh /run/host.bin"]
RUN chmod +x /run/*.sh && chmod +x /run/*.bin
VOLUME /storage