fix: update Dockerfile to use 'build-only' command for UI build process
This commit is contained in:
parent
1b98e352b6
commit
34a096ccf4
@ -3,7 +3,7 @@ FROM node:18-alpine3.18 AS web-build
|
||||
COPY ui ui
|
||||
RUN cd ui && \
|
||||
npm install && \
|
||||
npm run build && \
|
||||
npm run build-only && \
|
||||
rm -rf ./node_modules
|
||||
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user