{ "appId": "calculate-score", "env": "test", "description": "算分服务", "alwaysBuild": true, "enable": true, "appType": "dotnetCore", "appRepo": "git@codeup.aliyun.com:5f1f8daf6207a1a8b17f6742/background/CalculateScoreService.git", "branch": "develop", "dirname": "CalculateScoreService", "compileHome": "/IQuizoo.CalculateScoreService", "dockerfile": "FROM debian10/dotnetcore/rt:5.0\n\nRUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \\\n && echo 'Asia/Shanghai' >/etc/timezone\n\nENV ASPNETCORE_ENVIRONMENT Production\nENV ASPNETCORE_URLS http://172.16.45.65:8003;\n\nWORKDIR /app\nCOPY ./bin/Debug/net5.0/publish/ .\nENTRYPOINT [\"dotnet\", \"IQuizoo.CalculateScoreService.dll\"]", "buildConfig": { "repo": "git-codeup", "compiler": "dotnet5-dev", "packer": "docker-test" }, "deployConfigs": [], "runningConfig": { "httpPort": 8003, "healthCheck": "/health", "logConfigs": [] }, "notifier": "ding-dev" }