Nginx Small light kullanarak WebP kullanımını anlatan basit örnek
Dizin içinde
docker build -t sonsuzdongu/ngx_small_light .
docker run \
--rm \
-it \
--name ngx \
-p 80:80 \
-p 8080:8080 \
-p 8090:8090 \
-v `pwd`/html:/opt/nginx/html/ \
sonsuzdongu/ngx_small_light