Skip to content

Commit 4585596

Browse files
Single theme
1 parent 5146bc0 commit 4585596

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ COPY apps/api apps/api
3535
COPY apps/chat apps/chat
3636
COPY shared shared
3737

38-
ENV NX_DAEMON=false
38+
ENV NX_DAEMON=false \
39+
VITE_THEME_SOURCE=frame \
40+
VITE_HIDE_THEME_SWITCH=true
3941
RUN bunx nx run-many --targets=build --projects=api,chat
4042

4143
FROM node:24-slim

0 commit comments

Comments
 (0)