chore(dockerfile): increase likelihood of docker layer caching (#4972)
This commit is contained in:
committed by
GitHub
parent
944b2cd6a4
commit
58fad54c51
@@ -1,4 +1,5 @@
|
||||
.circleci
|
||||
.github
|
||||
.git
|
||||
**/node_modules
|
||||
**/dist
|
||||
@@ -14,6 +15,8 @@ readme.md
|
||||
**/Dockerfile
|
||||
**/.venv
|
||||
|
||||
**/**.spec.ts
|
||||
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
|
||||
Reference in New Issue
Block a user