mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:06:50 +00:00
parent
58cd8e951f
commit
9ab277bded
3
.github/Dockerfile_PreBuild
vendored
3
.github/Dockerfile_PreBuild
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user