That is the backend part of full stack project consisting of (at least) 4 Docker Containers started with docker-compose file
- database container (postgres)
- database user interface container (pgadmin4)
- backend container (spring boot)
- frontend container (angular)
You need this docker-compose.yml file for building this multiple container application.
./mvnw package
docker build -t springbootapp .