The command does not start npm run dev in Docker Compose
I have an nginx and php container in which a Laravel application exists, and there is also a vite builder, and when I run the npm run dev command, the css, js files do not compile. And when I go to the browser I see 3 errors:
The command does not start npm run dev in Docker Composer
I have an nginx and php container in which a Laravel application exists, and when I run the npm run dev
command,
the css and js files are not compiled.