Ignore a bunch of files in the docker build to reduce context size

pull/9426/head
Travis Ralston 2019-04-10 15:45:42 -06:00
parent 9bf5828079
commit 8e76cf2c13
1 changed files with 11 additions and 0 deletions

11
.dockerignore Normal file
View File

@ -0,0 +1,11 @@
# Exclude a bunch of stuff which can make the build context a larger than it needs to be
.git/
test/
webapp/
lib/
node_modules/
electron_app/
karma-reports/
.idea/
.tmp/
config.json*