From 1bdbc8d21e73ef7825146d22ae316a4387b9a605 Mon Sep 17 00:00:00 2001 From: Nathanael Jourdane Date: Fri, 17 Nov 2017 18:08:43 +0100 Subject: [PATCH] bugix comet dockerfile --- comet_server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet_server/Dockerfile b/comet_server/Dockerfile index f9d6cad..490e6bf 100755 --- a/comet_server/Dockerfile +++ b/comet_server/Dockerfile @@ -11,4 +11,4 @@ RUN apt-get update && apt-get -y install \ python-jinja2 COPY main.py /tmp/ RUN pip install comet -CMD twistd [...] & python main.py +CMD twistd -n comet --local-ivo=ivo://hotwired.org/test & python /tmp/main.py -- libgit2 0.21.2