Login
From:
Alex Pliutau Blog
(Uncensored)
subscribe
Multi-stage Dockerfile for Golang application
https://pliutau.com/multi-stage-dockerfile-for-golang-application/
links
backlinks
Roast topics
Find topics
Find it!
A common workaround for building Golang application in Docker is to have 2 Dockerfiles - one to perform a build and another to ship the results of the first build without tooling in the first image.