summaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-20 11:37:20 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-22 09:29:56 +0200
commit7289e771d0f93dda4b353a9ac3a1f55f5a375938 (patch)
tree52c316ef2645e8c216789c6da7a7481025d8caba /.dockerignore
parent5c2f174f687b12f9b125aeb92d1f84556dceba92 (diff)
docker: Ignore documentation when building the image.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 8eb530ca..ec6be87a 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -3,3 +3,5 @@ Dockerfile
.dockerignore
.git
target
+doc
+*.md \ No newline at end of file