Hi,
I’m trying to run pants inside docker with mount from the docker container to my local file system code. It’s working very good except one thing, the restartable flag doesn’t work.
I tried to vim inside the container and change the files, pants still couldn’t recognize that files have changed and restart the app.
The only way it worked is if I didn’t use mount and inside the container i changed the files.
If someone have some insights or ways to understand how can I solve it - it will be amazing 🙂