REACT-VITE-DOCKER ERROR: Could not resolve entry module “index.html”. error during build: RollupError: Could not resolve entry module “index.html”
Im migrating my existing React-Vite app into a docker container, but I keep getting this error when running the docker build command:
Serving a Vite React app in a docker container from nginx
As the title says, I’m looking to serve a React app whose lifecycle is managed by Vite that is in turn part of a Docker Compose.