diff --git a/Dockerfile b/Dockerfile index 18aef59..25866ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ COPY --from=builder /app/dist /usr/share/nginx/html # 复制自定义Nginx配置(如有需要) COPY nginx.conf /etc/nginx/conf.d/default.conf -# 暴露9800端口 -EXPOSE 9800 +# 3001 +EXPOSE 3001 # 启动Nginx CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file