summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-12 12:01:23 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-12 12:01:23 -0500
commitcc49a8c9ca40eaf0dce444c3028f88de89f9578f (patch)
treee5c692dfc3f51e529b1cf9be3503da3965ca1d8b /Dockerfile
parenta6f0d0a38ea52a202252b871cb00e8b5f604d105 (diff)
downloaddocker-buildsys-cc49a8c9ca40eaf0dce444c3028f88de89f9578f.tar.gz
Improve timeout situation drastically
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5287058..13fc91a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -91,9 +91,10 @@ RUN curl -L https://github.com/krallin/tini/releases/download/v0.18.0/tini-stati
&& chmod +x /usr/bin/tini
ADD with_env /usr/local/bin
+ADD spawner.sh /usr/local/bin
WORKDIR ${HOME}
EXPOSE 22
-ENTRYPOINT ["tini", "-g", "--", "timeout", "-sKILL", "45m"]
+ENTRYPOINT ["tini", "-g", "--", "spawner.sh"]
CMD ["/bin/bash"]