mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 07:38:02 +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:
parent
1cfeb65eca
commit
f19b83e0f2
1 changed files with 8 additions and 0 deletions
|
@ -212,6 +212,14 @@ $ sudo chown -R $USER:$USER .
|
|||
If you are running Docker on Mac or Windows, you should already have ownership
|
||||
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 you’ve 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 you’ll need
|
||||
to rebuild.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue