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
Optimize Docker layer caching to significantly reduce rebuild time
when only source code changes:
- Separate dependency installation from source code copy
- Build brotli in build stage instead of runtime stage
- Copy only dependency-related files before running make deps
Signed-off-by: Sihyeon Jang <sihyeon.jang@navercorp.com>
0 commit comments