Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 204 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 204 Bytes

Build

mvn clean package && docker build -t at.faun.pos.dobl/AmdahlsLaw .

RUN

docker rm -f AmdahlsLaw || true && docker run -d -p 8080:8080 -p 4848:4848 --name AmdahlsLaw at.faun.pos.dobl/AmdahlsLaw