fix docs deploy
All checks were successful
Build Docs / changes (push) Successful in 5s
Build Docs / build-docs (push) Successful in 43s
Build Docs / deploy-docs (push) Successful in 4s

This commit is contained in:
Alexander Kalinovsky
2025-03-01 15:59:16 +07:00
parent 921c6e39f5
commit 9e9979bf31

View File

@@ -3,7 +3,7 @@ FROM nginx
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html
RUN rm -rf ./* RUN rm -rf ./*
COPY ./site/* ./ COPY ./site/ ./
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]