Se añade sistema de autentificación con nginx

This commit is contained in:
2023-10-05 11:56:17 -05:00
parent 495942ba3c
commit e0ae26b2cc
7 changed files with 280 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
# in your Dockerfile
FROM sphinxdoc/sphinx:6.2.1
WORKDIR /docs
ADD requirements.txt /docs
RUN pip3 install -r requirements.txt