docs(claude): clarify that artisan commands should only be run inside the "coolify" container during development

This commit is contained in:
Andras Bacsai
2025-08-17 14:24:04 +02:00
parent 0dada987a2
commit 9b83185553

View File

@@ -13,6 +13,7 @@ Coolify is an open-source, self-hostable platform for deploying applications and
- `npm run build` - Build frontend assets for production - `npm run build` - Build frontend assets for production
### Backend Development ### Backend Development
Only run artisan commands inside "coolify" container when in development.
- `php artisan serve` - Start Laravel development server - `php artisan serve` - Start Laravel development server
- `php artisan migrate` - Run database migrations - `php artisan migrate` - Run database migrations
- `php artisan queue:work` - Start queue worker for background jobs - `php artisan queue:work` - Start queue worker for background jobs