build: arm打包

v3.2
shaohuzhang1 2024-03-26 11:52:25 +08:00
parent d2ef33a1ca
commit b891d0612f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM ghcr.io/1panel-dev/maxkb-vector-model:v1.0.1 as vector-model
FROM node:18-bookworm-slim as web-build
FROM node:18-alpine3.18 as web-build
COPY ui ui
RUN cd ui && \
npm install && \