Skip to content

Latest commit

 

History

History

hello-spring-boot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Building Docker Image

docker build -t hello-spring-boot .

Running Docker Image

docker run -p 8080:8080 hello-spring-boot:latest