更新 '.drone.yml'
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
forget_the_bright 2023-04-11 11:29:44 +08:00
parent ad3417f629
commit 52b1b200c2

View File

@ -27,7 +27,7 @@ steps:
- cd /app/build
- docker build -t enfi-boot:latest -f ./Dockerfile .
- docker run -p 52601:52601 -d --name enfi-boot enfi-boot:latest
- docker ps
- docker ps -a
volumes: # 定义流水线挂载目录,用于共享数据
- name: maven-build
host: