mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 20:04:44 +08:00
修复一个问题
This commit is contained in:
@@ -3,7 +3,7 @@ docker container prune -f
|
||||
docker rmi $(docker images -f "dangling=true" -q) 2>/dev/null || true
|
||||
cd /code/MangoTestingPlatform
|
||||
git pull
|
||||
docker-compose --env-file .env build
|
||||
docker-compose build
|
||||
docker-compose up -d
|
||||
docker ps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user