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