Skip to content

Commit 9b32c9d

Browse files
committed
Updated list of files ignored by Docker to reduce image size
1 parent c7850c1 commit 9b32c9d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.dockerignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
**/*.md
2-
**/.next
31
**/.git*
2+
**/.husky
3+
**/.next
4+
**/docker/services
5+
**/node_modules
6+
**/tests
7+
**/*.md
48
**/.dockerignore
59
**/.editorconfig
610
**/.gitattributes
7-
**/node_modules
11+
**/.gitignore
812
**/Dockerfile
9-
**/docker-*
13+
**/compose.*
1014
**/CODEOWNERS
1115
**/LICENSE
1216
**/next-env.d.ts

0 commit comments

Comments
 (0)