Skip to content

Commit 8a99b45

Browse files
committed
docs build dir cannot be in user space
1 parent cf461a9 commit 8a99b45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ ADD MANIFEST.in ./
2727
ADD README.md ./
2828

2929
RUN pip install -e .[all]
30+
31+
ENV IDOM_DEBUG_MODE=1
32+
ENV IDOM_CLIENT_BUILD_DIR=./build
33+
3034
RUN python -m idom install htm victory semantic-ui-react @material-ui/core
3135

3236
# Build the Docs
@@ -40,5 +44,4 @@ RUN sphinx-build -b html docs/source docs/build
4044
# Define Entrypoint
4145
# -----------------
4246
ENV PORT 5000
43-
ENV IDOM_DEBUG_MODE=1
4447
CMD python docs/main.py

0 commit comments

Comments
 (0)