For anybody wanting to build their own docker image: make sure the the static files are not excluded in .dockerignore.
In the current version, they are (due to the '**/static' rule).
Otherwise, you will experience a very barebones UI as all css and javascript files are missing and cannot be sent to the browser.
For anybody wanting to build their own docker image: make sure the the static files are not excluded in .dockerignore.
In the current version, they are (due to the '**/static' rule).
Otherwise, you will experience a very barebones UI as all css and javascript files are missing and cannot be sent to the browser.