From 9ab277bdede2ac942cfca3b5b49a0e9e995601bf Mon Sep 17 00:00:00 2001 From: tawoe Date: Mon, 12 May 2025 16:00:56 +0200 Subject: [PATCH] Revert "cp container logback.xml" This reverts commit 86e33a7f040d2619eb81e77903c66f03c0174712. --- .github/Dockerfile_PreBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/Dockerfile_PreBuild b/.github/Dockerfile_PreBuild index 6827dc736..cf711494f 100644 --- a/.github/Dockerfile_PreBuild +++ b/.github/Dockerfile_PreBuild @@ -1,4 +1,5 @@ FROM jetty:9.4-jdk11-alpine -COPY .github/logback.xml /var/lib/jetty/resources/logback.xml + +# Copy OBP source code # Copy build artifact (.war file) into jetty from 'maven' stage. COPY /obp-api/target/obp-api-1.*.war /var/lib/jetty/webapps/ROOT.war