1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Docs: treat warnings as errors

This commit is contained in:
Tim Möhlmann
2019-10-21 15:18:53 +03:00
parent 4911fba4af
commit d94c8bce53

View File

@@ -14,7 +14,7 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY . /docs
RUN mkdir -p /build/$VERSION \
&& sphinx-build /docs /build/$VERSION
&& sphinx-build -W /docs /build/$VERSION
EXPOSE 80/tcp