Set development env vars in dev documentation correctly

Without this, the current dev setup documentation does not
work.
This commit is contained in:
YuviPanda
2024-12-08 19:23:21 -08:00
parent 0f7d4f4748
commit 53eceabd11
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
```