Skip to content
Snippets Groups Projects
Commit bacaab50 authored by Alexander Tolstoy's avatar Alexander Tolstoy
Browse files

Update Dockerfile

parent 0faa2606
No related branches found
No related tags found
No related merge requests found
Pipeline #3799 passed
......@@ -3,7 +3,7 @@ FROM python:3.10
ENV SITE_SRC '/site/src'
ENV SITE_HTML '/site/html'
RUN pip install mkdocs
RUN pip install mkdocs mkdocs-material
# Generate static content
COPY . ${SITE_SRC}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment