From 9f770e848754e274ad4a7b249552176a79c1193f Mon Sep 17 00:00:00 2001 From: tiananlin Date: Tue, 14 Oct 2025 11:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfiles/Dockerfile-pro?= =?UTF-8?q?duction/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfiles/Dockerfile-production/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile-production/Dockerfile b/Dockerfiles/Dockerfile-production/Dockerfile index 85c3a70..c6607e9 100644 --- a/Dockerfiles/Dockerfile-production/Dockerfile +++ b/Dockerfiles/Dockerfile-production/Dockerfile @@ -32,7 +32,7 @@ FROM m.daocloud.io/docker.io/library/nginx:alpine COPY --from=builder --chown=nginx:nginx /app/dist /usr/share/nginx/html # 复制 Nginx 配置 -COPY Dockerfiles/Dockerfile-staging/default.conf /etc/nginx/conf.d/default.conf +COPY Dockerfiles/Dockerfile-production/default.conf /etc/nginx/conf.d/default.conf # 暴露端口 EXPOSE 80