From 164ce6483ae3c701f7ae52f356e31bbeb501884c Mon Sep 17 00:00:00 2001 From: zhangchao Date: Thu, 12 Dec 2024 18:00:15 +0800 Subject: [PATCH] change port to 8910 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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