Tiendil / feeds.fun

News reader with tags
https://feeds.fun
BSD 3-Clause "New" or "Revised" License
39 stars 3 forks source link

backend-utils container mounts some files in the already mounted volume #212

Open Tiendil opened 1 month ago

Tiendil commented 1 month ago
      - ${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.

Tiendil commented 1 month ago

Also, see TODO with the link to this task.