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

remove unnecessary build

Signed-off-by: Julien Boyer <julien@larevolution.re>
Signed-off-by: sitarane <julien@larevolution.re>
This commit is contained in:
Julien Boyer 2023-08-03 20:02:05 +02:00 committed by sitarane
parent 48d55ecae6
commit d44427baf7

View file

@ -220,14 +220,6 @@ Remove:
gem "webdrivers" gem "webdrivers"
``` ```
Now that youve got a new Gemfile, you need to build the image again. (This, and
changes to the `Gemfile` or the Dockerfile, should be the only times youll need
to rebuild.)
```console
$ docker compose build
```
## Connect the database ## Connect the database
The app is now bootable, but you're not quite there yet. By default, Rails The app is now bootable, but you're not quite there yet. By default, Rails