Commit ee28f727 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

chmod scripts

parent c25ab5e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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