ред mkdocs и dockerfile

This commit is contained in:
mirzakaeva_ns
2023-12-28 14:36:55 +05:00
parent ae5a3b3549
commit b143aaa41d
2 changed files with 6 additions and 22 deletions

View File

@ -42,7 +42,7 @@ FROM builder as makestatic
ADD docs /src/docs/
ADD mkdocs.yml /src/
ADD def.yml /src/
RUN cd /src && mkdocs build -f def.yml
RUN cd /src && mkdocs build
FROM nginx
# RUN rm /etc/nginx/sites-enabled/default