The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

fix: drop unused args

-6
-3
apps/api/Dockerfile
··· 1 - ARG BASE_TAG=latest 2 - ARG DEPS_TAG=latest 3 - 4 1 FROM oven/bun:1.3.3 AS base 5 2 WORKDIR /app 6 3
-3
apps/ingester/Dockerfile
··· 1 - ARG BASE_TAG=latest 2 - ARG DEPS_TAG=latest 3 - 4 1 FROM oven/bun:1.3.3 AS base 5 2 WORKDIR /app 6 3