Ignore a bunch of files in the docker build to reduce context size
This commit is contained in:
11
.dockerignore
Normal file
11
.dockerignore
Normal 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*
|
||||||
Reference in New Issue
Block a user