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

@@ -1,4 +1,4 @@
# Systemd inside a Docker container, for CI only
# Systemd inside a Docker container, for CI and local development
ARG BASE_IMAGE=ubuntu:22.04
FROM $BASE_IMAGE
@@ -28,9 +28,4 @@ RUN systemctl set-default multi-user.target
STOPSIGNAL SIGRTMIN+3
# Uncomment these lines for a development install
# ENV TLJH_BOOTSTRAP_DEV=yes
# ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src
# ENV PATH=/opt/tljh/hub/bin:${PATH}
CMD ["/bin/bash", "-c", "exec /lib/systemd/systemd --log-target=journal 3>&1"]