diff --git a/docker-compose.yml.production-example b/docker-compose.yml.production-example index 56df8f1f..ed4892a2 100644 --- a/docker-compose.yml.production-example +++ b/docker-compose.yml.production-example @@ -19,6 +19,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