We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46a1e9c + 3556887 commit c02359bCopy full SHA for c02359b
1 file changed
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:3.5.1-alpine
2
+
3
+COPY . /app
4
+WORKDIR /app
5
6
+RUN pip install -r requirements.txt
7
8
+EXPOSE 8000
9
+CMD ["mkdocs", "serve", "-a", "0.0.0.0:8000"]
0 commit comments