Test production workflow

This commit is contained in:
GeorgianaElena
2020-02-07 11:42:20 +02:00
parent 044f159078
commit abd506aa4c
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +1,2 @@
include tljh/systemd-units/*
include tljh/*.tpl
include tljh/requirements-base.txt

View File

@@ -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"]