Редакция докер файла

This commit is contained in:
mirzakaeva_ns
2023-12-27 14:29:34 +05:00
parent 93ed74c2c9
commit 6e18e13eed
3 changed files with 11 additions and 4 deletions

View File

@ -41,7 +41,8 @@ CMD ["/usr/bin/bootstrap", "start"]
FROM builder as makestatic
ADD docs /src/docs/
ADD mkdocs.yml /src/
RUN cd /src && mkdocs build
ADD def.yml /src/
RUN cd /src && mkdocs build -f def.yml
FROM nginx
# RUN rm /etc/nginx/sites-enabled/default