Skip to content

Fix tune for production

Mark HOEBEKE requested to merge fix-tune-for-production into develop

Small adjustments needed for Docker production deployment:

  • Versions are added to the requirements following a problem with a non-existing FullScreen function in the default version of dash_leaflet
  • Changed the path to the config file to an absolute path in the unicorn app file to comply with Docker directory layout.

Merge request reports