Merge #​2673 "Serve precompiled assets in example Docker Compose configuration"

This commit is contained in:
Andrew Kvalheim 2020-06-26 20:19:41 -07:00
commit c2c074c3c5

View file

@ -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