tangled
alpha
login
or
join now
roost.moe
/
recipes.blue
2
fork
atom
The recipes.blue monorepo
recipes.blue
recipes
appview
atproto
2
fork
atom
overview
issues
1
pulls
pipelines
fix: drop unused args
hayden.moe
3 months ago
1db58fbe
20321aa6
verified
This commit was signed with the committer's
known signature
.
hayden.moe
SSH Key Fingerprint:
SHA256:egi2RxHATuWGOtHoLWJQb68bxJ+Jg/4m40QL5UFBWEI=
-6
2 changed files
expand all
collapse all
unified
split
apps
api
Dockerfile
ingester
Dockerfile
-3
apps/api/Dockerfile
···
1
1
-
ARG BASE_TAG=latest
2
2
-
ARG DEPS_TAG=latest
3
3
-
4
1
FROM oven/bun:1.3.3 AS base
5
2
WORKDIR /app
6
3
-3
apps/ingester/Dockerfile
···
1
1
-
ARG BASE_TAG=latest
2
2
-
ARG DEPS_TAG=latest
3
3
-
4
1
FROM oven/bun:1.3.3 AS base
5
2
WORKDIR /app
6
3