You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix spinning up BL instance using docker-compose up
`docker-compose up` is failing to spin up a BL instance for various
reasons.
This commit makes the following changes
* Adds the `shared-mime-info` lib so that bundle install will not fail.
* Adds yarn so that `webpacker assets:precompile` does not fail
* Adds .dockerignore to ignore files that can pollute docker instance
with local Gemfile.lock etc.
* Updates the default ruby and rails version to avoid no method deep_transform_values on Hash error
* Updates with_solr rake method to stop rake task frown downloading
a solr zip file when solr docker instance is already available via
docker-compose
* Add ENGINE_CART_RAILS_OPTIONS environment to dockerfile-compose.yml
app config to avoid solr_wrapper from being invoked by the
solr_wrapper engine (same reason as above)
* Stop mounting . from app to avoid seg fault and also stop polluting
instance with host's Gemfile.lock and host's .internal_test_app
0 commit comments