This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Zodiac ecb9fe6b33 fix: Add entrypoint script to fix volume permissions at runtime
- Add docker-entrypoint.sh that runs as root to fix mounted volume permissions
- Creates required subdirectories (logs, users, packages) before app starts
- Copies default config.js if missing
- Drops to node user via su-exec before running the app
- Update Dockerfile to use entrypoint and install su-exec
- Update docker-compose.yml with UID/GID mapping and separate volume mounts
- Wrap filesystem operations in try-catch to handle permission errors gracefully
2025-12-29 19:02:58 -08:00
..
2023-10-09 10:28:14 +00:00
2023-12-03 02:09:53 +00:00
2023-10-09 10:28:14 +00:00
2022-06-18 17:25:21 -07:00
2022-06-18 17:25:21 -07:00
2022-06-18 17:25:21 -07:00
2023-12-10 04:52:01 +00:00
2024-02-02 03:05:47 +00:00
2023-01-30 09:14:40 +01:00