Revert "cp container logback.xml"

This reverts commit 86e33a7f04.
This commit is contained in:
tawoe 2025-05-12 16:00:56 +02:00
parent 58cd8e951f
commit 9ab277bded

View File

@ -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