diff --git a/build/Dockerfile b/build/Dockerfile index ddab679..1b21553 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -16,6 +16,7 @@ RUN update-ca-certificates #RUN sed -i 's~/index.cfml/\*~/index.cfml/*/api/v1/index.cfm/*~' /usr/lib/serverHome/WEB-INF/web.xml RUN sed -i 's~"debug"~"debugBDF952SPR"~' /app/index.cfm +RUN sed -i 's~"#url.debug#"~"#url.debugBDF952SPR#"~' /app/index.cfm WORKDIR ${APP_DIR}