Sledgehammer the file permission problem on docker
Created by: Tirokk
Authored by roschaefer Merged
NuxtJS wants to write into .nuxt. If the docker container writes into .nuxt it will have the file permissions of the docker container user even on the host system. So on the host system you cannot remove the folder .nuxt anymore. This gets in the way of running NuxtJS on the host system.
Now, host system and container will use different folder locations: .nuxt
and .nuxt-dist
respectively.
🍰 Pullrequest
Issues
- None
Todo
-
None