This commit is contained in:
Christian Mehlmauer
2016-11-02 22:23:00 +01:00
parent 8362975691
commit 9df7443aa4

View File

@@ -18,7 +18,7 @@ RUN bundle install --without test
RUN chown -R wpscan:wpscan /wpscan RUN chown -R wpscan:wpscan /wpscan
USER wpscan USER wpscan
RUN /wpscan/wpscan.rb --update --verbose RUN /wpscan/wpscan.rb --update --verbose --no-color
ENTRYPOINT ["/wpscan/wpscan.rb"] ENTRYPOINT ["/wpscan/wpscan.rb"]
CMD ["--help"] CMD ["--help"]