Skip to content

Commit

Permalink
Daemonize = false
Browse files Browse the repository at this point in the history
  • Loading branch information
Lloyd Watkin committed Nov 14, 2014
1 parent 329202e commit 5d0c401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ COPY ./prosody.deb /data/prosody.deb

RUN dpkg -i /data/prosody.deb

# If using default configuration keep a process alive
RUN echo 'daemonize = false;' | cat - /etc/prosody/prosody.cfg.lua > temp && mv temp /etc/prosody/prosody.cfg.lua

EXPOSE 443 80 5222 5269 5347 5280

ENTRYPOINT prosodyctl start

0 comments on commit 5d0c401

Please sign in to comment.