diff --git a/Dockerfile b/Dockerfile index 34b4037..cadd742 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,6 +79,8 @@ RUN \ }, \ "routes": [ \ { "match": { "uri": "/plugins/*.php" }, "action": { "pass": "applications/direct_php" } }, \ + { "match": { "uri": "/plugins/*.css" }, "action": { "share": "/var/www/html/public_html" } }, \ + { "match": { "uri": "/plugins/*.js" }, "action": { "share": "/var/www/html/public_html" } }, \ { "match": { "uri": "/skins/*" }, "action": { "share": "/var/www/html/public_html" } }, \ { "match": { "uri": "/program/*" }, "action": { "share": "/var/www/html/public_html" } }, \ { "action": { "pass": "applications/index_php" } } \