refactor: add chat build step to Dockerfile
This commit is contained in:
parent
dbbd2f95af
commit
f161082be5
@ -4,6 +4,7 @@ COPY ui ui
|
|||||||
RUN cd ui && \
|
RUN cd ui && \
|
||||||
npm install && \
|
npm install && \
|
||||||
npm run build-only && \
|
npm run build-only && \
|
||||||
|
npm run build-only-chat && \
|
||||||
rm -rf ./node_modules
|
rm -rf ./node_modules
|
||||||
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
|
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user