thank you for watching this question.
So my question relates to best practices on how to run a script on a docker-compose up directive.
Currently i'm sharing a volume between host and container to allow for the script changes to be visible to both host and container. Similar to a watching script polling for changes on configuration file.
The script has to act on host on changes according to predefined rules.
So my question is:
How could I start this …