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

Remove unnecessary gem from gemfile

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 18:25:03 +02:00 committed by sitarane
parent 1cfeb65eca
commit f19b83e0f2

View file

@ -212,6 +212,14 @@ $ sudo chown -R $USER:$USER .
If you are running Docker on Mac or Windows, you should already have ownership If you are running Docker on Mac or Windows, you should already have ownership
of all files, including those generated by `rails new`. of all files, including those generated by `rails new`.
This process added a lof of gems to your gemfile. One of them can be removed,
as we will sidestep it:
Remove:
```ruby
gem "webdrivers"
```
Now that youve got a new Gemfile, you need to build the image again. (This, and 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 changes to the `Gemfile` or the Dockerfile, should be the only times youll need
to rebuild.) to rebuild.)