diff --git a/helm/dbrepo/files/dbrepo.conf b/helm/dbrepo/files/dbrepo.conf
index b98aca8b0c890cb5312a99246e912310933dd8a5..881d8164daf9e457cd0df3733281629f8329287e 100644
--- a/helm/dbrepo/files/dbrepo.conf
+++ b/helm/dbrepo/files/dbrepo.conf
@@ -17,6 +17,16 @@ server {
     listen 8080 default_server;
     server_name _;
 
+    location /assets/ {
+        root                    /app/assets;
+        expires                 max;
+        access_log              off;
+        autoindex               on;
+        autoindex_exact_size    off;
+        autoindex_format        html;
+        autoindex_localtime     on;
+    }
+
     location /dashboard/ {
         proxy_set_header        Host $http_host;
         proxy_set_header        X-Real-IP $remote_addr;