docker-nuxt
docker-nuxt copied to clipboard
The lightest nuxt image out there.
Dockerfile `FROM eggplanet/nuxt`  docker build error info  ``` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"}...
when trying to build nuxt (1.0 beta) on alpine, I am always getting a "segment fault". Any idea? ```bash nuxt:build Building files... Segmentation fault ERROR: Service 'api' failed to build:...