OBP-API/.github/Dockerfile_PreBuild
2022-05-18 15:10:03 +02:00

6 lines
184 B
Plaintext

FROM jetty:9.4-jre11-slim
# 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