diff --git a/Dockerfile b/Dockerfile index 7a39d1c..b04c04a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY --from=builder /app/conf/ ./conf/ COPY --from=builder /app/templates/ ./templates/ # 暴露端口 -EXPOSE 8080 +EXPOSE 8910 # 运行可执行文件 CMD ["./app"] \ No newline at end of file