From a whopping 1.1GB to just 40MB! — Lately, I’ve been working on a side project that I hope to turn into a start-up soon. Since I wanted to make it easy to deploy, I delegated generating the types, building the binary, and running the server to a Dockerfile. My initial Approach Naively, I was using a go docker image as…