Skip to content

Commit 5abb69a

Browse files
authored
chore: add .dockerignore (#1584)
This allows docker to be run without transferring gigabytes of context
1 parent 0bfadbd commit 5abb69a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.dockerignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**/target
2+
.idea
3+
.github
4+
.git
5+
**/node_modules

0 commit comments

Comments
 (0)