chore: unify data folder and update AI instructions (#58)

- Use single ./data folder for both dev and prod (removes ./backend/data)
- Update docker-compose.dev.yml to use ./data:/app/data
- Remove backend/data/ from .gitignore (only data/ needed)
- Add 'NEVER create PRs without permission' rule to copilot-instructions.md
This commit is contained in:
Daniel Volz
2026-01-20 19:32:35 +01:00
committed by GitHub
parent cea1a8b119
commit 30d72f625d
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
volumes:
- ./backend:/app
- backend_node_modules:/app/node_modules
- ./backend/data:/app/data
- ./data:/app/data
env_file:
- .env
ports: