Relative Content

Tag Archive for reactjsdockercontainersvite

Docker read-only bind mount not working in Vite web app

I’m having a Vite web app that is running on docker container using file mount method.
so my development changes are reflected in the container. But now i don’t
want to update my local changes to the container. I want to make changes “read-only” in the container.