Skip to content

Commit 2f91818

Browse files
committed
Updated list of files ignored by Docker to reduce image size
1 parent 01bc32f commit 2f91818

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.dockerignore

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
**/*.md
2-
**/.next
31
**/.git*
2+
**/.husky
3+
**/.next
4+
**/node_modules
5+
**/tests
6+
**/*.md
47
**/.dockerignore
58
**/.editorconfig
69
**/.gitattributes
7-
**/node_modules
10+
**/.gitignore
811
**/Dockerfile
9-
**/docker-*
12+
**/compose.*
1013
**/CODEOWNERS
1114
**/LICENSE
1215
**/next-env.d.ts

0 commit comments

Comments
 (0)