This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11-slim
|
FROM python:3.13-slim
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
@@ -7,5 +7,3 @@ RUN pip install --no-cache-dir mkdocs mkdocs-material mkdocs-minify-plugin
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN mkdocs build
|
RUN mkdocs build
|
||||||
|
|
||||||
CMD ["cp", "-r", "site", "/output"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user