You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we run go get xxx in Dockerfile to get all dependencies for the build and it takes long time and increases the size of image significantly. Thus we think we should build the binary via multiple stage build or out of image building process to accelerate it.
Manager
Cli
Suggesion
Frontend
dlk
The text was updated successfully, but these errors were encountered:
Now we run
go get xxx
in Dockerfile to get all dependencies for the build and it takes long time and increases the size of image significantly. Thus we think we should build the binary via multiple stage build or out of image building process to accelerate it.The text was updated successfully, but these errors were encountered: