Merge pull request #1015 from yuvipanda/local-dev

Set development env vars in dev documentation correctly
This commit is contained in:
Min RK
2024-12-10 10:49:22 +01:00
committed by GitHub
2 changed files with 4 additions and 6 deletions

View File

@@ -24,6 +24,9 @@ The easiest & safest way to develop & test TLJH is with [Docker](https://www.doc
--detach \
--name=tljh-dev \
--publish 12000:80 \
--env TLJH_BOOTSTRAP_DEV=yes \
--env TLJH_BOOTSTRAP_PIP_SPEC=/srv/src \
--env PATH=/opt/tljh/hub/bin:${PATH} \
--mount type=bind,source="$(pwd)",target=/srv/src \
tljh-systemd
```