updated docker documentation

This commit is contained in:
Jeremy Long
2017-05-06 16:44:04 -04:00
parent c1250fc53e
commit de6cd3621b

View File

@@ -116,7 +116,7 @@ if [ ! -d $DATA_DIRECTORY ]; then
chmod -R 777 $REPORT_DIRECTORY
fi
docker pull owasp/dependency-check # Make sure it is the actual version
docker pull owasp/dependency-check
docker run --rm \
--volume $(pwd):/src \