Dockerfile - logging

This commit is contained in:
msyu
2025-01-22 17:39:13 +03:00
parent fd33a3ab41
commit 4059c9adf8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ RUN apk add argon2-dev ; \
#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
#RUN sed -i 's~"debug"~"debugBDF952SPR"~' /app/index.cfm
#RUN sed -i 's~"#url.debug#"~"#url.debugBDF952SPR#"~' /app/index.cfm
WORKDIR ${APP_DIR}