Skip to content

Commit 34a096c

Browse files
committed
fix: update Dockerfile to use 'build-only' command for UI build process
1 parent 1b98e35 commit 34a096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18-alpine3.18 AS web-build
33
COPY ui ui
44
RUN cd ui && \
55
npm install && \
6-
npm run build && \
6+
npm run build-only && \
77
rm -rf ./node_modules
88
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
99

0 commit comments

Comments
 (0)