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