Ionic page not reloading after file edit in docker

When I run ionic serve and change any file in my docker enviroment. Page doesn’t reload or change its contents after manual reload, I must stop the process and run ionic serve again. Everything works correctly when I change the file using for example nano inside the container.

Expected Behavior

Page should reload just fine even when changing the file in the host system

Steps to Reproduce

Run docker compose up in attatched repo. Edit any file.

Code Reproduction URL

Ionic Info

[WARN] Error loading @capacitor/ios package.json: Error: Cannot find module '@capacitor/ios/package'
       
       Require stack:
       - /usr/lib/node_modules/@ionic/cli/lib/project/index.js
       - /usr/lib/node_modules/@ionic/cli/lib/index.js
       - /usr/lib/node_modules/@ionic/cli/index.js
       - /usr/lib/node_modules/@ionic/cli/bin/ionic
[WARN] Error loading @capacitor/android package.json: Error: Cannot find module '@capacitor/android/package'
       
       Require stack:
       - /usr/lib/node_modules/@ionic/cli/lib/project/index.js
       - /usr/lib/node_modules/@ionic/cli/lib/index.js
       - /usr/lib/node_modules/@ionic/cli/index.js
       - /usr/lib/node_modules/@ionic/cli/bin/ionic

Ionic:

   Ionic CLI       : 6.16.1 (/usr/lib/node_modules/@ionic/cli)
   Ionic Framework : @ionic/vue 6.3.2

Capacitor:

   Capacitor CLI      : 4.3.0
   @capacitor/android : not installed
   @capacitor/core    : 4.3.0
   @capacitor/ios     : not installed

Utility:

   cordova-res : not installed globally
   native-run  : 1.7.1

System:

   NodeJS : v14.16.1 (/usr/bin/node)
   npm    : 6.14.12
   OS     : Linux 5.10

I have the same problem with docker image beevelop/ionic

I have a post in forum docker whitout answer for the moment

https://forums.docker.com/t/ionic-auto-reload/130474