Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 199 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 199 Bytes

spring-boot-docker-helloworld

This is a 'hello world'-webapp, made with spring boot.

Run app with docker

docker build -t my-hello-world .
docker run -d -p 8080:8080 my-hello-world