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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%