change port to 8910

This commit is contained in:
zhangchao
2024-12-12 18:00:15 +08:00
parent 8177f43b83
commit 164ce6483a

View File

@@ -30,7 +30,7 @@ COPY --from=builder /app/conf/ ./conf/
COPY --from=builder /app/templates/ ./templates/
# 暴露端口
EXPOSE 8080
EXPOSE 8910
# 运行可执行文件
CMD ["./app"]