alekzonder / docker-puppeteer

docker image with Google Puppeteer installed
https://hub.docker.com/r/alekzonder/puppeteer/
MIT License
485 stars 138 forks source link

Cannot find module '/app/index.js' #27

Closed mrTangYun closed 5 years ago

mrTangYun commented 5 years ago

docker run --rm -v /root/www/app/index.js:/app/index.js alekzonder/puppeteer:latest module.js:549 throw err; ^

Error: Cannot find module '/app/index.js' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:191:16) at bootstrap_node.js:612:3

mrTangYun commented 5 years ago

i'm wrong