Skip to content

Sledgehammer the file permission problem on docker

Hannes Heine requested to merge pr1048head into pr1048base

Created by: Tirokk

roschaefer 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

Merge request reports