this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(docker): mount prompts directory for system prompt

The SYSTEM_PROMPT.md file is gitignored (contains personal info) so it
needs to be mounted into the container rather than copied at build time.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

alice 86447822 09dc4626

+1
+1
docker-compose.prod.yml
··· 19 19 - TOOL_WEBHOOK_URL=http://app:3000 20 20 volumes: 21 21 - ./data:/app/data 22 + - ./prompts:/app/prompts:ro 22 23 networks: 23 24 - assistant-net 24 25 restart: unless-stopped