mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Docs: treat warnings as errors
This commit is contained in:
parent
4911fba4af
commit
d94c8bce53
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user