mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 18:56:49 +00:00
6 lines
181 B
Plaintext
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
|