Skip to content

Commit 8e76cf2

Browse files
committed
Ignore a bunch of files in the docker build to reduce context size
1 parent 9bf5828 commit 8e76cf2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.dockerignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Exclude a bunch of stuff which can make the build context a larger than it needs to be
2+
.git/
3+
test/
4+
webapp/
5+
lib/
6+
node_modules/
7+
electron_app/
8+
karma-reports/
9+
.idea/
10+
.tmp/
11+
config.json*

0 commit comments

Comments
 (0)