docs(claude): clarify that artisan commands should only be run inside the "coolify" container during development
This commit is contained in:
parent
0dada987a2
commit
9b83185553
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ ### Frontend Development
|
|||
- `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
|
||||
|
|
|
|||
Loading…
Reference in a new issue