Ask HN: How do you serve static files in a Docker container?

https://news.ycombinator.com/item?id=39866631
by DontBreakAlex • 2 years ago
3 6 2 years ago

I usually use thttpd in an alpine container. I think I remember seeing a similar server that read files at startup to load them in memory and pre-compress them while running in a from-scratch container, but I can't seem to find it on the internet. What do you guys use ?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com