Skip to content

Commit a799d73

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 506b9b4 commit a799d73

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)