Mercurial > sat_docs
view docker/sat/Dockerfile @ 107:470dafe3f5b6
docker (prosody): switched to prosody-trunk, as it is currently more stable than prosody-0.10
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 28 Feb 2016 15:18:55 +0100 |
parents | b69056368901 |
children | a7b8bb39736b |
line wrap: on
line source
############################################################### # # # Salut à Toi/sat # # This Dockerfile build backend image with media # # Salut à Toi is a multi-frontends multi-purposes XMPP client # # # ############################################################### FROM salutatoi/media:latest MAINTAINER Goffi <goffi@goffi.org> ######### # Ports # ######### # IMAP, SMTP and FILE TRANSFER EXPOSE 10143 10125 28915 ######## # MISC # ######## # /tmp is used in libervia for avatar upload/radiocol VOLUME /tmp ########## # LAUNCH # ########## ENTRYPOINT ["sat"] # foreground by default CMD ["fg"]