mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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 && \
|
||||
npm install && \
|
||||
npm run build-only && \
|
||||
npm run build-only-chat && \
|
||||
rm -rf ./node_modules
|
||||
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue