PS C:\Users\elive\Documentos> docker run -p 8080:3000 -v "C:\Users\elive\Documentos\volume-exemplo:/var/www" -w "/var/www" node:alpine npm start
npm notice
npm notice New minor version of npm available! 7.5.3 -> 7.6.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.6.0>
npm notice Run `npm install -g npm@7.6.0` to update!
npm notice
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /var/www/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/var/www/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-03-03T00_45_44_143Z-debug.log
PS C:\Users\elive\Documentos>