Make run script executable

This commit is contained in:
Jan Stárek
2019-10-09 16:59:14 +02:00
parent 4dfa43ec37
commit 3b4f9c2d96

View File

@@ -21,6 +21,7 @@ COPY reporter /usr/local/fuzzer/reporter
WORKDIR /usr/local/fuzzer/
COPY run.sh /usr/local/fuzzer/run.sh
RUN chmod +x /usr/local/fuzzer/run.sh
# Set run script as an entry point of the container
ENTRYPOINT ["/usr/local/fuzzer/run.sh"]