cp container logback.xml

This commit is contained in:
tawoe 2025-05-05 15:07:01 +02:00
parent e1beba205e
commit 86e33a7f04

View File

@ -1,5 +1,4 @@
FROM jetty:9.4-jdk11-alpine
# Copy OBP source code
COPY .github/logback.xml /var/lib/jetty/resources/logback.xml
# Copy build artifact (.war file) into jetty from 'maven' stage.
COPY /obp-api/target/obp-api-1.*.war /var/lib/jetty/webapps/ROOT.war