diff --git a/Dockerfile b/Dockerfile index e00fe98..e381fe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf COPY dist /usr/share/nginx/html # 暴露 8088 端口 -EXPOSE 8088 +EXPOSE 8089 # 创建启动脚本 RUN echo -e '#!/bin/sh\n\