I tried run nuxt using docker container, but running 'npm run dev' command my build froze in one step of build, it is my output:
> nuxt@1.0.0 dev /var/www/nuxt
> nuxt
nuxt:build App root: /var/www/nuxt +0ms
nuxt:build Generating .nuxt/ files... +2ms
Ready on http://localhost:8000
nuxt:build Generating routes... +33ms
nuxt:build Generating files... +30ms
nuxt:build Adding webpack middleware... +118ms
Build completed in 13.868s
webpack built 2325b7a6961baf0d2745 in 13873ms
Build stopped in this location and no continue to run app and also not stop with error. Inside container i create other folder not linked to my host folder and in this folder the command running normally.
This problem occurs only with nuxt app. Other template of vueJs no are problem.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c233">#c233</a>)</em></sub></div>