mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Compare commits
2 Commits
e17af65b38
...
8963e62044
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8963e62044 | ||
|
|
daec71b149 |
@@ -26,7 +26,7 @@ The easiest & safest way to develop & test TLJH is with [Docker](https://www.doc
|
|||||||
--publish 12000:80 \
|
--publish 12000:80 \
|
||||||
--env TLJH_BOOTSTRAP_DEV=yes \
|
--env TLJH_BOOTSTRAP_DEV=yes \
|
||||||
--env TLJH_BOOTSTRAP_PIP_SPEC=/srv/src \
|
--env TLJH_BOOTSTRAP_PIP_SPEC=/srv/src \
|
||||||
--env PATH=/opt/tljh/hub/bin:${PATH} \
|
--env "PATH=/opt/tljh/hub/bin:${PATH}" \
|
||||||
--mount type=bind,source="$(pwd)",target=/srv/src \
|
--mount type=bind,source="$(pwd)",target=/srv/src \
|
||||||
tljh-systemd
|
tljh-systemd
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user