/sample-springboot-app

Spring Boot with Docker :: Learn how to create a Docker container from a Spring Boot application with Maven or Gradle

Primary LanguageJava

Build the application

./mvnw clean install

Build docker image

./mvnw dockerfile:build

Push the docker image to registry

./mvnw dockerfile:push