We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf461a9 commit 8a99b45Copy full SHA for 8a99b45
docs/Dockerfile
@@ -27,6 +27,10 @@ ADD MANIFEST.in ./
27
ADD README.md ./
28
29
RUN pip install -e .[all]
30
+
31
+ENV IDOM_DEBUG_MODE=1
32
+ENV IDOM_CLIENT_BUILD_DIR=./build
33
34
RUN python -m idom install htm victory semantic-ui-react @material-ui/core
35
36
# Build the Docs
@@ -40,5 +44,4 @@ RUN sphinx-build -b html docs/source docs/build
40
44
# Define Entrypoint
41
45
# -----------------
42
46
ENV PORT 5000
43
-ENV IDOM_DEBUG_MODE=1
47
CMD python docs/main.py
0 commit comments