tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
lettuce see
Natalie B.
7 months ago
4acaf575
30dce198
+3
-1
2 changed files
expand all
collapse all
unified
split
apps
aqua
Dockerfile
services
cadet
Dockerfile
+1
apps/aqua/Dockerfile
···
41
41
42
42
# Install dependencies and generate lexicons
43
43
RUN pnpm install
44
44
+
RUN cd tools/lexicon-cli && pnpm build
44
45
RUN pnpm lex:gen --rust-only
45
46
46
47
# Install cross-compilation toolchains
+2
-1
services/cadet/Dockerfile
···
41
41
42
42
# Install dependencies and generate lexicons
43
43
RUN pnpm install
44
44
-
RUN pnpm lex:gen
44
44
+
RUN cd tools/lexicon-cli && pnpm build
45
45
+
RUN pnpm lex:gen --rust-only
45
46
46
47
# Install cross-compilation toolchains
47
48
RUN rustup target add x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu