From 9b831855535c43fd33c0acf552ccc7021d4a58e8 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:24:04 +0200 Subject: [PATCH] docs(claude): clarify that artisan commands should only be run inside the "coolify" container during development --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index a3bb31cee..8bf2fe84d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -13,6 +13,7 @@ Coolify is an open-source, self-hostable platform for deploying applications and - `npm run build` - Build frontend assets for production ### Backend Development +Only run artisan commands inside "coolify" container when in development. - `php artisan serve` - Start Laravel development server - `php artisan migrate` - Run database migrations - `php artisan queue:work` - Start queue worker for background jobs