Multistage Docker Builds for Go Web Apps
Tried to shrink the docker image for my Go blog and ended up learning a lot about compiling Go binaries on different Linux distros.…
Tried to shrink the docker image for my Go blog and ended up learning a lot about compiling Go binaries on different Linux distros.…
In this tutorial I show how to use Docker to build and deploy a simple Next.js app and serve the static files with Nginx.…