view docker/sat/Dockerfile @ 156:0a92bb60db12

flatpak (build_manifest): Mercurial repository is now updated if it is already cloned
author Goffi <goffi@goffi.org>
date Fri, 28 Jun 2019 15:21:43 +0200
parents a7b8bb39736b
children
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 and SMTP
EXPOSE 10143 10125

########
# MISC #
########

# /tmp is used in libervia for avatar upload/radiocol
VOLUME /tmp

##########
# LAUNCH #
##########

ENTRYPOINT ["sat"]
# foreground by default
CMD ["fg"]