Hi, I have set up the whole strapi cms with docker using the tutorials, but when i deploy it locally, the code hot reload doesn’t work. Is there any extra setting i have to do?
If you want to run it with hot reload just start the database and don’t use docker for the strapi container, only for the database. then use yarn or npm for local development and then you will have hot reload.
Well if you want to use --watch-admin for frontend development then no as far as I know as I think it’s a known issue.
When it comes to use of just backend, again I think it won’t work as you are trying to look at files inside a container and strapi (inside the container) won’t notice filechanges. Even though docker has changed files.