Skip to content

Commit 94ff422

Browse files
author
Matthew Fisher
authored
Merge pull request #655 from bacongobbler/functional-dockerfile
feat(Dockerfile): make the Dockerfile more functional
2 parents 0b13da6 + f344230 commit 94ff422

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.git
2+
Dockerfile

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ WORKDIR /app
66
RUN pip install -r requirements.txt
77

88
EXPOSE 8000
9+
CMD ["mkdocs", "serve", "-a", "0.0.0.0:8000"]

0 commit comments

Comments
 (0)