diff --git a/Dockerfile b/Dockerfile index 4ddaeed..e63978d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ # ==================== 第一阶段:构建前端 ==================== FROM node:18-alpine AS builder - WORKDIR /app # 配置Alpine国内镜像源