Skip to content

Commit f161082

Browse files
committed
refactor: add chat build step to Dockerfile
1 parent dbbd2f9 commit f161082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ COPY ui ui
44
RUN cd ui && \
55
npm install && \
66
npm run build-only && \
7+
npm run build-only-chat && \
78
rm -rf ./node_modules
89
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
910

0 commit comments

Comments
 (0)