Skip to content

maxim04/video-4-spring-build-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a docker image with spring boot maven plugin

Build docker image with "prod" profile

./mvnw -Pprod install

Build docker image with "dev" profile

./mvnw -Pdev install

Run docker image using docker compose providing env variable

TEST_VAR_1=hello docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages