update 项目配置

This commit is contained in:
王思川 2021-04-12 12:43:29 +08:00
parent 065ba63e66
commit e95e978388
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ job:
script:
# - docker stop server_mail
# - docker rm server_mail
- docker build -t server_mail
- docker build -t server_mail .
- docker run -d --network apps_network --ip 172.20.50.1 -p 30001:30001 --name server_mail server_mail
only:
- master