From 7187da94b989744fd0ffc66a90b6201036bda1e9 Mon Sep 17 00:00:00 2001
From: bikerdanny <62376119+bikerdanny@users.noreply.github.com>
Date: Mon, 26 Apr 2021 07:14:48 +0200
Subject: [PATCH] Added verbosity to mkdocs build and build to test directory

---
 Dockerfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 3985d90ca..f080d1f76 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,9 @@
 FROM python:3.8-buster
 
+########
+# Base #
+########
+
 # Documentation static site generator & deployment tool
 RUN pip install mkdocs>=1.1.2
 
@@ -10,5 +14,5 @@ RUN pip install mkdocs-material>=5.4.0
 WORKDIR /src
 COPY doc.zih.tu-dresden.de/ /src/
 
-RUN mkdocs build
+RUN mkdocs build --verbose --site-dir test
 
-- 
GitLab