an atproto based link aggregator

Fix: disable interactive prompts in Docker build

Set CI=true for pnpm prune to skip confirmation prompt.

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

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

+1 -1
+1 -1
Dockerfile
··· 13 13 14 14 COPY . . 15 15 RUN pnpm build 16 - RUN pnpm prune --prod 16 + RUN CI=true pnpm prune --prod 17 17 18 18 # Production stage with LiteFS 19 19 FROM flyio/litefs:0.5 AS litefs