We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d15004 commit d035c64Copy full SHA for d035c64
README.md
@@ -120,6 +120,16 @@ Options are saved between runs into `config/dockerfile.yml`. To invert a boolea
120
121
## Testing
122
123
+Run:
124
+
125
+Installation:
126
127
+```
128
+brew install postgresql mysql zstd
129
+bundle config --local build.mysql2 "--with-opt-dir="$(brew --prefix zstd)""
130
+bundle install
131
132
133
A single invocation of `rake test:all` will run all of the tests defined. dockerfile-rails has are three types of tests:
134
135
* `rake test:rubocop` runs [rubocop](https://github.com/rubocop/rubocop) using the same options as the Rails codebase.
0 commit comments