mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
cp container logback.xml
This commit is contained in:
parent
e1beba205e
commit
86e33a7f04
3
.github/Dockerfile_PreBuild
vendored
3
.github/Dockerfile_PreBuild
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user