Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.84 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.84 KB

Simple SpringBoot App with Docker support

Build docker image

docker build -t a002k/simple-spring-app:latest .

Run docker image

docker run --rm -p 8080:8080 a002k/simple-spring-app

Run docker image as docker-compose

up: docker-compose up -d

down: docker-compose down

Codacy Badge Maintainability Rating Reliability Rating Security Rating

Bugs Code Smells Duplicated Lines (%) Vulnerabilities