Dockerfile fix comment

This commit is contained in:
Cameron Banowsky 2019-10-24 12:03:57 -07:00
parent e4ae91b410
commit d66d0fc7b3
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ RUN apt-get install -y git \
&& cd /root/Sn1per \
&& bash /root/Sn1per/install.sh
# Add the following to run the professional version.
# cd /usr/share/sniper/
# wget https://xerosecurity.com/pro/6.0/[YOURCUSTOMLICENSEKEYHERE]/pro.sh -O pro.sh
# cd /root/Sn1per/ && wget https://xerosecurity.com/pro/6.0/[YOURCUSTOMLICENSEKEYHERE]/pro.sh -O pro.sh
# If you did that: you need to configure the entrypoint and config/expose the web service.
CMD ["/bin/bash"]