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.
docker start
1 parent fb011f3 commit 54dd034Copy full SHA for 54dd034
build/README.md
@@ -51,7 +51,10 @@ cd Dash.jl
51
git clone --depth 1 https://github.com/plotly/dash.git -b dev dash-main
52
53
# start `dashjl-tests`
54
+# [on 1st session]
55
docker run -t -d --name dashjl-tests -v .:/home/circleci/project etpinard/dashjl-tests:<x.y.z>
56
+# [otherwise]
57
+docker start dashjl-tests
58
59
# ssh into it as root (some python deps need that unfortunately)
60
docker exec -u 0 -it dashjl-tests bash
0 commit comments