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
try amethyst w/o explicit lex build
Natalie B.
7 months ago
ac596c8e
9274408c
-3
1 changed file
expand all
collapse all
unified
split
apps
amethyst
Dockerfile
-3
apps/amethyst/Dockerfile
···
30
30
# Install dependencies and generate lexicons
31
31
RUN pnpm install
32
32
33
33
-
# Generate lexicons before building amethyst
34
34
-
RUN pnpm lex:gen-server
35
35
-
36
33
# Build the amethyst app
37
34
WORKDIR /app/apps/amethyst
38
35
RUN pnpm run build:web