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 <