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 1b98e35 commit 34a096cCopy full SHA for 34a096c
installer/Dockerfile
@@ -3,7 +3,7 @@ FROM node:18-alpine3.18 AS web-build
3
COPY ui ui
4
RUN cd ui && \
5
npm install && \
6
- npm run build && \
+ npm run build-only && \
7
rm -rf ./node_modules
8
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
9
0 commit comments