mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
build: try to speed up web-build.
This commit is contained in:
parent
0732936f8b
commit
b9065107c0
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:24-alpine AS web-build
|
||||
FROM node:18-alpine3.18 AS web-build
|
||||
COPY ui ui
|
||||
RUN cd ui && \
|
||||
npm install -g pnpm && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue