standardise /tmp to /opt

This commit is contained in:
pemontto
2019-04-17 08:19:49 +10:00
parent c3fb65e67a
commit e30dbe244b
4 changed files with 23 additions and 24 deletions

View File

@ -20,8 +20,7 @@ RUN python setup.py clean --all && \
WORKDIR /opt/VulnWhisperer
RUN python setup.py install && \
ln -s /opt/VulnWhisperer /tmp/VulnWhisperer
RUN python setup.py install
CMD vuln_whisperer -c /opt/VulnWhisperer/frameworks_example.ini