Update mkdocs-material, better dark mode for code blocks

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
Stefan Scherer
2020-06-26 15:48:28 +02:00
parent ef2a395b78
commit 4b70b63089
6 changed files with 9 additions and 311 deletions

View File

@@ -1,6 +1,7 @@
# Install the base requirements for the app.
# This stage is to support development.
FROM python:alpine AS base
RUN apk add build-base
WORKDIR /app
COPY requirements.txt .
RUN pip install -r requirements.txt