Commit 1bdbc8d21e73ef7825146d22ae316a4387b9a605

Authored by Nathanael Jourdane
1 parent 4eed3d20
Exists in master

bugix comet dockerfile

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
comet_server/Dockerfile
... ... @@ -11,4 +11,4 @@ RUN apt-get update && apt-get -y install \
11 11 python-jinja2
12 12 COPY main.py /tmp/
13 13 RUN pip install comet
14   -CMD twistd [...] & python main.py
  14 +CMD twistd -n comet --local-ivo=ivo://hotwired.org/test & python /tmp/main.py
... ...