From 60cc6d3033f33a5963fc70a22bec710b78cdfe5b Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Thu, 2 Jul 2026 20:24:22 +0800 Subject: [PATCH] =?UTF-8?q?init:=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1dfb7b..2225aa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ COPY templates ./templates RUN mkdir -p logs static/upload static/download static/invoice -EXPOSE 8001 +EXPOSE 8011 HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \ CMD python -c "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8001/common/health', timeout=5)" || exit 1