mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-20 20:39:26 +00:00
docs: re-home mkdocs sources within this repo (#2149)
This commit is contained in:
10
docs/Dockerfile
Normal file
10
docs/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.8
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
WORKDIR /mkdocs
|
||||
|
||||
RUN --mount=target=/build/requirements.txt,source=docs/requirements.txt \
|
||||
pip install -r /build/requirements.txt
|
||||
|
||||
ENTRYPOINT ["mkdocs"]
|
||||
Reference in New Issue
Block a user