From a6a2c0d4f77251ea9d3a56c79142b8c1c918cdde Mon Sep 17 00:00:00 2001 From: ste87 Date: Sat, 14 Mar 2026 15:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Speed/path.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Speed/path.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Speed/path.txt b/Speed/path.txt index 74f6624..31f1cb0 100644 --- a/Speed/path.txt +++ b/Speed/path.txt @@ -14,6 +14,9 @@ php artisan migrate #USE DOCKER (Convoy) docker compose exec workspace bash -c "php artisan migrate" +docker compose exec workspace bash -c "php artisan cache:clear" +docker compose exec workspace bash -c "php artisan config:clear" +docker compose exec workspace bash -c "php artisan route:clear" #RESTART (Convoy) docker compose down