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.
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.