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
Add a .dockerignore file that ignores hidden directories. On MacOS or
other environments that run a VM for container building, copying the
build context can take quite a bit of time.
Currently, ./.git, ./.cache, ./proto/.build, and ./proto/.protoc amount
to over 150MB of context that is not needed for builds to succed.
The vendor dir is still passed to the build context.
Signed-off-by: Blaine Gardner <[email protected]>
0 commit comments