Commands to execute to build and run the JupyterHub:
docker build -t jhub .
docker run -p 8000:8000 --rm jhub
Then open with your web browser: http://127.0.0.1:8000/
The docker for JupyterHub 3 is currently broken - missing a JS asset.
Xref: jupyterhub/jupyterhub#4033