feat(custom): 增加后结统计时间筛选
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-09 18:17:51 +08:00
parent dd49ee9cd6
commit 71f72ff03d
2 changed files with 36 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ steps:
- tar -xzvf dist.tar -C /www/builder/jdt-mer-prod
- rm -rf dist.tar
- cd jdt-mer-prod
- cd docker build -t jdt-mer-prod .
- docker build -t jdt-mer-prod .
- docker stop jdt-mer-prod
- docker rm jdt-mer-prod
- docker run -d -p 8083:80 --restart=always --name jdt-mer-prod jdt-mer-prod