This commit is contained in:
@@ -24,6 +24,8 @@ jobs:
|
||||
# 使用 --remove-orphans 會自動清掉不屬於目前配置的舊容器
|
||||
# 使用 -v 會清掉匿名的 volumes,避免資料殘留
|
||||
docker compose down --remove-orphans
|
||||
# 重新啟動
|
||||
docker compose up -d --build
|
||||
|
||||
- name: 4. Initialize Laravel
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user