From 679f15add43af35606f76176438b6f87b02b530f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 18 Apr 2026 12:34:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9E=84=E5=BB=BAcicd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 568aafd..dc92465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ RUN yarn build # 部署阶段 FROM crpi-an5dzzjadzt6601u.cn-shenzhen.personal.cr.aliyuncs.com/softnook-proxy/nginx:1.27.3-alpine AS app -COPY --from=builder /app/dist /usr/share/nginx/html +COPY --from=build /app/dist /usr/share/nginx/html EXPOSE 80 \ No newline at end of file