Skip to content

Commit 1c0d7ed

Browse files
committed
Merge branch 'docs' of github.com:sensein/brainkbdocs into docs
2 parents 5762b7a + 31c9344 commit 1c0d7ed

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
FROM python:3.10-slim
22

3-
# Install dependencies
4-
RUN pip install --no-cache-dir \
5-
jupyter-book \
6-
sphinx-autobuild \
7-
sphinxcontrib-mermaid
8-
93
# The container will always run in /docs
104
WORKDIR /docs
115

126
# We won't COPY here, because we rely on the volume mount for local dev.
137

8+
# Install dependencies
9+
RUN pip install --no-cache-dir -r docs/requirements.txt
10+
1411
EXPOSE 8040
1512

1613
# Start a live server that rebuilds on changes

0 commit comments

Comments
 (0)