diff --git a/Dockerfile b/Dockerfile index d5d255b..6107578 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM nginx:stable-alpine as production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html # 复制Nginx配置文件 -COPY nginx.conf /etc/nginx/conf.d/default.conf +COPY nginx.conf /etc/nginx/nginx.conf # 暴露80端口 EXPOSE 80