You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-25 22:12:28 +02:00
Docs: treat warnings as errors
This commit is contained in:
@@ -14,7 +14,7 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
|||||||
COPY . /docs
|
COPY . /docs
|
||||||
|
|
||||||
RUN mkdir -p /build/$VERSION \
|
RUN mkdir -p /build/$VERSION \
|
||||||
&& sphinx-build /docs /build/$VERSION
|
&& sphinx-build -W /docs /build/$VERSION
|
||||||
|
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user