Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 203 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 203 Bytes

Java + Maven Dockerfile template

Run following command to create docker image and run the container.

docker build -t java-maven-dockerfile . && docker run -it -p 80:80 java-maven-dockerfile