From 7f6ca55ef9a0c93698c774578a13cbc89c8d7c61 Mon Sep 17 00:00:00 2001 From: zhinianboke <115088296+zhinianboke@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:46:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 18 ++---------------- Dockerfile-cn | 18 ++---------------- entrypoint.sh | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 32 deletions(-) create mode 100644 entrypoint.sh diff --git a/Dockerfile b/Dockerfile index 10cf9f9..80ff707 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,22 +99,8 @@ EXPOSE 8080 HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \ CMD curl -f http://localhost:8080/health || exit 1 -# 创建启动脚本 -COPY <