404 debug

This commit is contained in:
msyu
2024-10-29 08:13:41 +03:00
parent 48e1fe3430
commit 2adc29abed
+1
View File
@@ -16,6 +16,7 @@ RUN update-ca-certificates
#RUN sed -i 's~<url-pattern>/index.cfml/\*</url-pattern>~<url-pattern>/index.cfml/*</url-pattern><url-pattern>/api/v1/index.cfm/*</url-pattern>~' /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}