API-Explorer/.github/Dockerfile_PreBuild
2023-02-28 17:52:50 +01:00

6 lines
186 B
Plaintext

FROM jetty:9.4.49-jre11-alpine
# Copy OBP source code
# Copy build artifact (.war file) into jetty from 'maven' stage.
COPY /target/API_Explorer-1.0.war /var/lib/jetty/webapps/ROOT.war