Skip to content
Snippets Groups Projects
Commit 5c200595 authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

fixed buf of documentation generation (hopefully)

parent 3a54fb1f
No related branches found
No related tags found
No related merge requests found
Pipeline #104153 failed
...@@ -4,7 +4,10 @@ RUN mkdir /home/doc ...@@ -4,7 +4,10 @@ RUN mkdir /home/doc
WORKDIR /home WORKDIR /home
RUN mkdir /home/src
COPY ./requirements.txt . COPY ./requirements.txt .
COPY ./src /home/src
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
......
# WZL-MQTT # 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) [![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 ## Installation
Requires at least Python 3.6 Requires at least Python 3.6
......
...@@ -3,7 +3,7 @@ server { ...@@ -3,7 +3,7 @@ server {
listen [::]:80; listen [::]:80;
server_name iot.wzl-mq.rwth-aachen.de; server_name iot.wzl-mq.rwth-aachen.de;
location /documentation/mqtt { location /documentation/libs/mqtt {
alias /usr/share/nginx/html; alias /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment