docs: improvements to building and docs (#5234)
This commit is contained in:
4
www/Dockerfile
Normal file
4
www/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM squidfunk/mkdocs-material
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
Reference in New Issue
Block a user