snoopysecurity / dvws-node

Damn Vulnerable Web Services is a vulnerable application with a web service and an API that can be used to learn about webservices/API related vulnerabilities.
GNU General Public License v3.0
442 stars 173 forks source link

docker-compose up ,Unable to start the web #36

Closed zmxw closed 1 year ago

zmxw commented 1 year ago

I have used multiple virtual machine tests, but I still can't start them It prompts SH: 1: NPM: Not found, I don't know how to fix it Snipaste_2022-09-09_10-20-15 It did not launch successfully 图片

I hope to get your help

tglemser commented 1 year ago

Same here. Tried to pull the docker container. Any help highly appreciated.

rover33 commented 1 year ago

go into the docker-compose yaml file and change npm run dvws back to npm start

tglemser commented 1 year ago

Perfect. Thanks so much!

snoopysecurity commented 1 year ago

thanks both for raising this, i've fixed this in master 🥇