From 2adc29abed11efa8d48fb1744160244c86fa511f Mon Sep 17 00:00:00 2001 From: msyu Date: Tue, 29 Oct 2024 08:13:41 +0300 Subject: [PATCH] 404 debug --- build/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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}