All checks were successful
continuous-integration/drone/push Build is passing
14 lines
202 B
Docker
14 lines
202 B
Docker
FROM squidfunk/mkdocs-material:9.3.1
|
|
|
|
EXPOSE 8000
|
|
|
|
COPY . /docs
|
|
|
|
WORKDIR /docs
|
|
|
|
RUN apk add --no-cache curl
|
|
|
|
RUN pip install \
|
|
mkdocs-awesome-pages-plugin==2.9.1 \
|
|
mkdocs-material-extensions==1.1.1
|