view docker_legacy/sat/Dockerfile @ 174:22066b724e89

screenshot (0.8): add grocery list
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 22:46:57 +0100 (2021-11-30)
parents 29873a41aae1
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"]