From 5c200595a3e26d61fb5335f11c0d493c11460f57 Mon Sep 17 00:00:00 2001
From: Matthias Bodenbenner <m.bodenbenner@wzl.rwth-aachen.de>
Date: Thu, 21 Oct 2021 11:34:35 +0200
Subject: [PATCH] fixed buf of documentation generation (hopefully)

---
 Dockerfile       | 3 +++
 README.md        | 2 +-
 doc/default.conf | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3b6d6da..5a9c975 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,10 @@ RUN mkdir /home/doc
 
 WORKDIR /home
 
+RUN mkdir /home/src
+
 COPY ./requirements.txt .
+COPY ./src /home/src
 
 RUN pip3 install -r requirements.txt
 
diff --git a/README.md b/README.md
index f972812..b121047 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # WZL-MQTT
 [![pipeline status](https://git-ce.rwth-aachen.de/wzl-mq-ms/forschung-lehre/digital-mars/mqtt/badges/master/pipeline.svg)](https://git-ce.rwth-aachen.de/wzl-mq-ms/forschung-lehre/digital-mars/mqtt/badges/master)
 
-Current stable version: 2.4.0
+Current stable version: 2.4.1
 
 ## Installation
 Requires at least Python 3.6
diff --git a/doc/default.conf b/doc/default.conf
index 6f7d9fb..294291e 100644
--- a/doc/default.conf
+++ b/doc/default.conf
@@ -3,7 +3,7 @@ server {
     listen  [::]:80;
     server_name  iot.wzl-mq.rwth-aachen.de;
 
-    location /documentation/mqtt {
+    location /documentation/libs/mqtt {
         alias   /usr/share/nginx/html;
         index  index.html index.htm;
     }
-- 
GitLab