crs4 / life_monitor

Workflow Sustainability Service
MIT License
4 stars 4 forks source link

fixup: set file permissions in Makefile targets #334

Closed ilveroluca closed 1 year ago

ilveroluca commented 1 year ago

The various start* Makefile targets start docker-compose definitions which mount files or directories in Docker containers. These mounts don't work as expected if the files have strict permissions.

This PR adds a Makefile target that sets world-readable permissions for the relevant files.

Note: The branch for this PR is based on the branch fix/missing-ifconfig (PR #332). Merge that one first.