Skip to content

moksamedia/okta-spring-boot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize a Spring Boot App with JIB

To run the Spring Boot app locally: gradle bootRun

NOTE: the following steps require a docker daemon to be running, such as with Docker Desktop

To dockerize the Spring Boot app: gradle build jibDockerBuild

To run the dockerized image: docker run --publish=8080:8080 demo:0.0.1-SNAPSHOT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages