We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbd2f9 commit f161082Copy full SHA for f161082
installer/Dockerfile
@@ -4,6 +4,7 @@ COPY ui ui
4
RUN cd ui && \
5
npm install && \
6
npm run build-only && \
7
+ npm run build-only-chat && \
8
rm -rf ./node_modules
9
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
10
0 commit comments