feeds.fun
feeds.fun copied to clipboard
backend-utils container mounts some files in the already mounted volume
- ${PWD}/ffun:/repository
- ${PWD}/.env:/repository/.env
- ${PWD}/changes:/repository/changes
- ${PWD}/CHANGELOG.md:/repository/CHANGELOG.md
It leads to creating empty .env and CHANGELOG.md files in the ./ffun directory. Currently, they are added to .gitignore, but it will be good to somehow improve the development environment to remove such "recursive" mounting.
Also, see TODO with the link to this task.
Closing old, done, or irrelevant issues due to replanning and task reorganization.