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