Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rails/getting-started/dockerfiles.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ to do is rerun the generator:
bin/rails generate dockerfile
```

<aside class="callout">
If you run the command above and get a `Could not find generator 'dockerfile'.` error message, please add [dockerfiles-rails gem](https://github.com/fly-apps/dockerfile-rails) to your Gemfile.
</aside>

The generator will remember the options you selected before (these are
stored in `config/dockerfile.yml`). If you need to change a boolean
option, add or remove a `no-` prefix before the option name.
Expand Down