EACCES: permission denied, mkdir '/root/.vite-plugin-mkcert' – Docker
I'm trying to set up an environment in which vite's hot reload is available through traefik's reverse proxy. For this, I noticed that it is necessary to add a certificate in the vite settings vite.config.js. import { defineConfig } from…