mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-01-15 16:13:27 +01:00
Make run script executable
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user