diff --git a/scripts/Dockerfile b/scripts/Dockerfile index b98ed52..68b91dc 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -27,7 +27,7 @@ RUN echo "types { application/javascript js mjs; }" > /etc/nginx/conf.d/mjs.conf COPY --from=builder /app/dist /usr/share/nginx/html # 拷贝 nginx 配置 -COPY --from=builder /app/scripts/deploy/nginx.conf /etc/nginx/nginx.conf +COPY --from=builder /app/scripts/nginx.conf /etc/nginx/nginx.conf EXPOSE 8080 CMD ["nginx", "-g", "daemon off;"]