To turn the reloading on in docker you should just modify your *.env file. Add this env variable:
ReloadModelWhenFilesChangesDetected=true
This is how you translate appsettings.json content to env file content in general:
To turn the reloading on in docker you should just modify your *.env file. Add this env variable:
ReloadModelWhenFilesChangesDetected=true
This is how you translate appsettings.json content to env file content in general: