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
feat: build fix(?)
Hayden Young
1 year ago
d5de2aac
a35b4e20
+4
2 changed files
expand all
collapse all
unified
split
Dockerfile
fly.toml
+2
Dockerfile
···
9
9
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm fetch
10
10
COPY . .
11
11
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
12
12
+
13
13
+
ARG VITE_API_SERVICE
12
14
RUN pnpm run -r build
+2
fly.toml
···
3
3
4
4
[build]
5
5
dockerfile = "Dockerfile"
6
6
+
[build.args]
7
7
+
VITE_API_SERVICE = "recipes.blue"
6
8
7
9
[processes]
8
10
web = "bash -c 'cd apps/api && node dist/index.js'"