elisescu / tty-proxy

The proxy used by the tty-share command for public facing sessions
https://tty-share.com/
MIT License
48 stars 14 forks source link

Decrease docker image size #1

Closed coldfix closed 3 years ago

coldfix commented 3 years ago

Hi,

this decreases the docker image size from 487MB to 27MB by removing a filesystem layer with the installed dependencies.

I guess could be even further improved by using a multi-stage build. I might look into that later on.

Best

coldfix commented 3 years ago

Ok, with the multi-stage build (second commit), the image size decreases further to 14.6MB :)

elisescu commented 3 years ago

Nice :) . Thx!