Актуализация и мелочи
Some checks failed
Build images / build (push) Failing after 13m56s

This commit is contained in:
2026-01-02 23:46:04 +08:00
parent c1af326438
commit 7d61aadc5d
3 changed files with 13 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
FROM squidfunk/mkdocs-material AS m3u-su-docs-builder
FROM squidfunk/mkdocs-material AS builder
COPY . /docs
RUN mkdocs build
FROM nginx:alpine AS m3u-su-docs
FROM nginx:alpine AS iptv-docs
LABEL org.opencontainers.image.authors="Anthony Axenov <anthonyaxenov@gmail.com>"
COPY --from=m3u-su-docs-builder /docs/site /usr/share/nginx/html
COPY --from=builder /docs/site /usr/share/nginx/html
WORKDIR /usr/share/nginx/html
USER root
EXPOSE 80