An open API service indexing awesome lists of open source software.

https://github.com/felipecruz91/optimizing-dockerfile

Optimizing a Dockerfile for a Java Springboot web app
https://github.com/felipecruz91/optimizing-dockerfile

docker dockerfile

Last synced: about 1 month ago
JSON representation

Optimizing a Dockerfile for a Java Springboot web app

Awesome Lists containing this project

README

          

# optimizing-dockerfile

## Goals

- Minimize image size, build time and number of layers.
- Maximize build cache usage and Dockerfile readability.