Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 121 Bytes

File metadata and controls

7 lines (6 loc) · 121 Bytes

Run docker

./mvnw package
docker build -t amortisation-backend .
docker run -d -p 8081:8081 amortisation-backend