Fixed path to shared static folders

Change-Id: I82f57c29fca164d4de18bc18f32089aaf87eebfc
diff --git a/frontend/xos.yaml b/frontend/xos.yaml
index caa4b86..f2a77f7 100644
--- a/frontend/xos.yaml
+++ b/frontend/xos.yaml
@@ -36,10 +36,20 @@
               node: xos
               relationship: tosca.relationships.UsedByXOS
 
+    /opt/xos/core/static:
+          type: tosca.nodes.XOSVolume
+          properties:
+              host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/core/static/, ENV_VAR ] }
+              read_only: false
+          requirements:
+              - xos:
+                  node: xos
+                  relationship: tosca.relationships.UsedByXOS
+
     /opt/xos/core/xoslib/static:
       type: tosca.nodes.XOSVolume
       properties:
-          host_path: { path_join: [ SELF, CONFIG_DIR, ../../core/xoslib/static/, ENV_VAR ] }
+          host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/core/xoslib/static/, ENV_VAR ] }
           read_only: false
       requirements:
           - xos: