We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef8da1 commit 00c5b94Copy full SHA for 00c5b94
tests/fixtures/test-build-min-python.dockerfile
@@ -0,0 +1,10 @@
1
+# Reference: https://squidfunk.github.io/mkdocs-material/getting-started/#with-docker
2
+FROM python:3.8.19
3
+
4
+COPY . .
5
6
+RUN python3 -m pip install --no-cache-dir -U pip setuptools wheel \
7
+ && python3 -m pip install --no-cache-dir -U -r requirements/documentation.txt \
8
+ && python3 -m pip install --no-cache-dir .
9
10
+RUN mkdocs build
0 commit comments