This commit is contained in:
@@ -55,6 +55,6 @@ jobs:
|
||||
cd /var/admin/InsightReply/server
|
||||
sync
|
||||
sleep 2
|
||||
# 先停止容器以避免移除冲突,然后重新构建并启动
|
||||
docker-compose down || true
|
||||
docker-compose up -d --build
|
||||
# 先停止容器以避免移除冲突,然后重新构建并启动 (使用 V2 版本的 docker compose)
|
||||
docker compose down || true
|
||||
docker compose up -d --build
|
||||
|
||||
Reference in New Issue
Block a user