diff --git a/build/Dockerfile b/build/Dockerfile
index 73b0245..7b8eaf3 100644
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -14,6 +14,8 @@ RUN openssl s_client -showcerts -verify 5 -connect acme.mgmt.nubes.ru:443 < /dev
RUN for i in $(ls); do keytool -noprompt -deststorepass "changeit" -importcert -file $i -keystore /usr/lib/serverHome/WEB-INF/lucee-server/context/security/cacerts -alias "nubes-$i"; done
RUN update-ca-certificates
+RUN sed -i 's~/index.cfml/\*~/index.cfml/*/v1/index.cfm/*~' /usr/lib/CommandBox/cfml/system/config/web.xml
+
WORKDIR ${APP_DIR}
RUN box server set runwar.console.appenderLayout=JSONTemplateLayout
RUN box server set runwar.console.appenderLayoutOptions.pattern="{\"level\":\"%-5p\",\"timestamp\":\"%d{ISO8601}\",\"logger\":\"%c\",\"message\":\"%m\"}%n"