Docker build doesn't work for VueJS app with Vite working in development
I tried to dockerize a basic VueJS app. I'm using Vite and I kept the basic files automatically generated when I wrote npm init vite@latest client in the terminal. When I run npm run dev I can see everything is…