增加前端打包处理

This commit is contained in:
wangchuan
2026-01-14 19:18:03 +08:00
parent f305bd9500
commit bee295738f
4 changed files with 26 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ RUN set -eux; \
yarn config set registry https://registry.npmmirror.com; \
yarn --ignore-scripts && yarn build:$ENV;
FROM harbor.zzmjart.com/library/fileserver:1.0.0
FROM 172.31.127.251:8083/library/fileserver:1.0.0
ARG PROJECTCODE
ARG PROJECTVERSION
ENV PROJECT_NAME="$PROJECTCODE" \