yrikturash / dockerfile-optimizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerfile-optimizations

This is sample React application with non-optimized dockerfile (final image weighs 1.17 GB).

To build image run:

docker build --no-cache --force-rm --tag docker-optimization-v1 .

Optimize

Try to apply the following techniques to reduce image size (it should be less than 100mb):

About

License:MIT License


Languages

Language:TypeScript 41.6%Language:HTML 35.9%Language:CSS 19.4%Language:Dockerfile 3.2%