Minimize Go application container and deploy with Nginx reverse proxy
Today everything runs in containers. In this article, I’m going to make a tutorial how to dockerize a Golang application and reverse proxy (nginx). I assume you already installed Docker (≥ v.17.05) on your…