From a130b939d2f9b5759d77b9ce9dac399df4ed3cb1 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Mon, 17 Feb 2020 16:50:27 +0200 Subject: [PATCH] Instruct setting env vars for dev setup --- integration-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index 5eda6c8..8972189 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -20,7 +20,7 @@ RUN systemctl set-default multi-user.target STOPSIGNAL SIGRTMIN+3 -# Set up image to be useful out of the box for development & CI +# 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}