From b7187323a7206fbe08a487687cf7044401099692 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Sat, 30 May 2020 09:36:26 -0700 Subject: [PATCH] Serve precompiled assets in example Docker Compose configuration Continues 959d5af. --- docker-compose.yml.production-example | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml.production-example b/docker-compose.yml.production-example index 73fa1ad1..f4f0c173 100644 --- a/docker-compose.yml.production-example +++ b/docker-compose.yml.production-example @@ -18,6 +18,7 @@ services: env_file: .env.production # see dotenv.example file environment: OSEM_DB_HOST: production_database + RAILS_SERVE_STATIC_FILES: 'true' command: /osem/bin/osem-init.sh volumes: - osem_production_web_data:/osem/public/system