1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-29 15:48:03 +02:00

Add some useful commands

Signed-off-by: Julien Boyer <julien@larevolution.re>
Signed-off-by: sitarane <julien@larevolution.re>
This commit is contained in:
Julien Boyer 2023-08-01 20:27:12 +02:00 committed by sitarane
parent 221979ccd3
commit 8e2397a1ed

View file

@ -361,6 +361,16 @@ And the rails console is waiting for you at
docker compose run web rails console docker compose run web rails console
``` ```
Install some gems you added to your Gemfile:
```console
docker-compose run web bundle install
```
Drop in a terminal inside the rails container:
```console
docker-compose run web bash
```
## Configure mail ## Configure mail
The app includes a maildev server so you can view emails sent by your app. The app includes a maildev server so you can view emails sent by your app.