MCPcopy Index your code
hub / github.com/reactive-python/reactpy / _docker_docs

Function _docker_docs

tasks.py:177–181  ·  view source on GitHub ↗
(context: Context)

Source from the content-addressed store, hash-verified

175
176
177def _docker_docs(context: Context) -> None:
178 context.run("docker build . --file ./docs/Dockerfile --tag reactpy-docs:latest")
179 context.run(
180 "docker run -it -p 5000:5000 -e DEBUG=1 --rm reactpy-docs:latest", pty=True
181 )
182
183
184def _live_docs(context: Context) -> None:

Callers 1

docsFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected