Skip to content

Commit e3db852

Browse files
Add .dockerignore file to improve docker layers caching
Making changes in `Dockerfile.gite.dev` invalidate the build cache because this file get copied too. By ignoring it we avoid unnecessary rebuilding.
1 parent eaafa97 commit e3db852

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Dockerfile*
2+
node_modules

0 commit comments

Comments
 (0)