Add .dockerignore (#1411)

Ignore most of the source code - this should lead to smaller docker
images.
This commit is contained in:
Miek Gieben
2018-01-21 19:27:11 +00:00
committed by GitHub
parent 334b6e4732
commit 4f54bd9e52

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
core/*
coremain/*
hooks/*
man/*
pb/*
plugin/*
request/*
test/*
vendor/*