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