replace the base image with alpine
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / nginx.conf
@@ -32,7 +32,7 @@ http {
         server_name  localhost;
 
         location / {
-            root   html;
+            root   /usr/local/openresty/nginx/html;
         }
 
         location ~*.(htm|html){