From 344237d43c39f83145a30efbbec49c2b1d71315d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 19 Apr 2026 10:52:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abuild?= 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 dc92465..f7fbe28 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=build /app/dist /usr/share/nginx/html +COPY --from=build /app/build /usr/share/nginx/html EXPOSE 80 \ No newline at end of file