Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 194 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 194 Bytes

CREATE the JAR

mvn clean package

BUILD the IMAGE

docker build . -t kmikaz/java-mike:v1.1.x

PUSH the IMAGE in DOCKER HUB

docker push kmikaz/java-mike:v1.1.x