Skip to content

kvelarde/spring-boot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow the instructions to build and run the app using Docker.

Building the app

docker build -t hello-world-boot .

Running the app

docker run -p 8080:8080 --name=springboot hello-world-boot

Accessing the app

http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages