Skip to content

Fixes for docker for production + Rails 5

Gabriel Silva requested to merge gabrielssilva/noosfero:docker-prod into master

Some fixes for a production Docker setup, plus a few fixes for Rails 5

  • Compile assets when building the image
  • Avoid hitting the database when compiling assets
  • Avoid hitting the database when running rails commands (instead of rake)
  • Fixes invalid syntax on vendor asset

Merge request reports