Browse Source

Reduce the size of docker's build context

dev_h
ophir 3 years ago
parent
commit
ec52bc9631
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      .dockerignore

+ 14
- 0
.dockerignore View File

@@ -0,0 +1,14 @@
1
+node_modules
2
+wbo-backups
3
+tests_output
4
+wbo-backup.tgz
5
+geckodriver.log
6
+server-data/*
7
+AUTHORS
8
+LICENSE
9
+nightwatch.conf.js
10
+README.md
11
+docker-compose.yml
12
+.git
13
+.github
14
+.gitignore

Loading…
Cancel
Save