optmise docker container
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 15s
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 15s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM python:3.13-slim
|
||||
FROM ghcr.io/squidfunk/mkdocs-material:latest
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
RUN pip install --no-cache-dir mkdocs mkdocs-material mkdocs-minify-plugin
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install --no-cache-dir mkdocs-minify-plugin
|
||||
|
||||
RUN mkdocs build
|
||||
|
||||
Reference in New Issue
Block a user