To build the episb-hub container locally and test, follow these steps:
git clone git@github.com:databio/episb-hub.git
cd
in and build the docker image from the Dockerfile
:cd episb-hub
docker build -t episb-hub .
docker run -d -p 80:80 --rm --name episb-hub episb-hub
Visit: http://localhost/
docker stop episb-hub