Skip to content

Commit

Permalink
docs: add mention to use composer require inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhelias committed Feb 19, 2024
1 parent f063b11 commit 05d72b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/extra-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ The currently supported packages are:
* `symfony/orm-pack`: install a PostgreSQL service
* `symfony/mercure-bundle`: use the Mercure.rocks module shipped with Caddy
* `symfony/panther`: install chromium and these drivers
* `symfony/mailer`: install a MailCatcher service
* `symfony/mailer`: install a Mailpit service
* `blackfireio/blackfire-symfony-meta`: install a Blackfire service

> [!NOTE]
> If a recipe modifies the Dockerfile, the container needs to be rebuilt.
> [!WARNING]
> We recommend that you use the `composer require` command inside the container in development mode so that recipes can be applied correctly

0 comments on commit 05d72b4

Please sign in to comment.