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
hrmm does this work
Natalie B.
7 months ago
76f5ab85
ac596c8e
+5
1 changed file
expand all
collapse all
unified
split
apps
amethyst
Dockerfile
+5
apps/amethyst/Dockerfile
···
28
28
COPY ../../.env ./apps/amethyst/.env
29
29
30
30
# Install dependencies and generate lexicons
31
31
+
RUN cd tools/lexicon-cli && pnpm build
32
32
+
33
33
+
# Generate lexicons before building amethyst
34
34
+
RUN pnpm lex:gen-server
35
35
+
31
36
RUN pnpm install
32
37
33
38
# Build the amethyst app