mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Test production workflow
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
include tljh/systemd-units/*
|
||||
include tljh/*.tpl
|
||||
include tljh/requirements-base.txt
|
||||
|
||||
@@ -21,8 +21,8 @@ RUN systemctl set-default multi-user.target
|
||||
STOPSIGNAL SIGRTMIN+3
|
||||
|
||||
# Set up image to be useful out of the box for development & CI
|
||||
ENV TLJH_BOOTSTRAP_DEV=yes
|
||||
ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src
|
||||
#ENV TLJH_BOOTSTRAP_DEV=yes
|
||||
#ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src
|
||||
ENV PATH=/opt/tljh/hub/bin:${PATH}
|
||||
|
||||
CMD ["/bin/bash", "-c", "exec /sbin/init --log-target=journal 3>&1"]
|
||||
|
||||
Reference in New Issue
Block a user