Fix Missing Static Assets
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 23 Oct 2018 17:52:31 +0000 (10:52 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 23 Oct 2018 18:03:33 +0000 (11:03 -0700)
commit86a9b68ca7a5865398da4d95eda505e89c94ea67
tree6f092f1143db9275653177bdd1710caa14a61dff
parent1f3a770d2547848590f39e9d9b9bdffeb94eec14
Fix Missing Static Assets

collectstatic copies the static assets to STATIC_ROOT (which is set to
'/static'), instead of the static directory under pharos_dashboard.

Updating the static volume, which is served from NGINX to include these
files should fix the missing assets.

Change-Id: I19288e9825c1513684e4ee5f8a9542b1a0ceeeb1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docker-compose.yml