mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue