From a5285cf41cede6211901380d9560d7b19937ce0d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 19 Apr 2026 11:26:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0Dockerfile?= 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 f7fbe28..3b98bad 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/build /usr/share/nginx/html +COPY --from=build /app/build /www/wwwroot/novel.zsqai.cc EXPOSE 80 \ No newline at end of file