Optimize Dockerfile with multi-stage build
The current Dockerfile builds and runs the Go application in a single stage using the full Go toolchain. This results in a larger image size and includes unnecessary build tools in the final container.
To improve efficiency, security, and maintain best practices, we should refactor the Dockerfile to use a multi-stage build. This will allow us to build the application in one stage and run it in a minimal runtime image in another, and with a low image size!
Sure, go ahead! :) Thanks
Hey @CorentinB, is there a Slack chat for Zeno? If yes, then I would love to join! Thanks!
Hey @CorentinB, is there a Slack chat for Zeno? If yes, then I would love to join! Thanks!
No there isn't, but you can use the Discussions feature of GH if needed!
@7h3-3mp7y-m4n Hey, are you still working on this? I would love to contribute :)
for sure! @sk-pathak