docs(claude): clarify that artisan commands should only be run inside the "coolify" container during development
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user