alf: the atproto Latency Fabric alf.fly.dev/
7
fork

Configure Feed

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

Fix production Docker stage missing packages/ for @newpublic/recurrence

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+1
+1
Dockerfile
··· 25 25 RUN apk add --no-cache python3 make g++ 26 26 27 27 COPY package*.json ./ 28 + COPY packages ./packages 28 29 RUN npm ci --omit=dev 29 30 30 31 COPY --from=builder /app/dist ./dist