API-Explorer/.github/Dockerfile_PreBuild
2022-05-18 10:13:53 +02:00

6 lines
181 B
Plaintext

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