Imageomics / dashboard-prototype

Prototype data dashboard for Imageomics Data
http://dash.imageomics.org
MIT License
5 stars 2 forks source link

Add docker container #43

Closed johnbradley closed 1 year ago

johnbradley commented 1 year ago

Adds changes to run the dashboard using gunicorn within a docker container to support more users. Adds a github action to build the container and push to GHCR when a release is created. Once a container is released we can update the README to allow users to skip the build step.

See #40