feat: add port forwarding and optimize connection status checks

This commit is contained in:
liumangmang
2026-06-11 14:10:30 +08:00
parent 4a17f0106e
commit e418e6ecc2
30 changed files with 1789 additions and 150 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ FROM node:20-alpine AS frontend
COPY docker/.npmrc /root/.npmrc
WORKDIR /app
COPY frontend-v2/package.json frontend-v2/package-lock.json ./
COPY frontend/package.json frontend/package-lock.json ./
RUN npm ci --prefer-offline --no-audit
COPY frontend-v2/ ./
COPY frontend/ ./
RUN npm run build
# ========== 阶段二:后端构建(国内 Maven 源) ==========