Fix Missing Static Assets 23/63923/1
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)
commit594492e3a759e5e63f9709173595b05034168c53
tree98f411939917d2d5617620342824e9649e641117
parent25275685e9a735e51fae8b1a936ba5733f6fb770
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>
dashboard/docker-compose.yml