comparison docker_legacy/sat_nomedia/Dockerfile @ 164:29873a41aae1

docker: new docker files are now in sat main repos, this one is legacy
author Goffi <goffi@goffi.org>
date Fri, 01 Jan 2021 18:33:52 +0100
parents
children
comparison
equal deleted inserted replaced
163:a63f6d360326 164:29873a41aae1
1 ###############################################################
2 # #
3 # Salut à Toi/sat_nomedia #
4 # This Dockerfile build a backend image without media #
5 # Salut à Toi is a multi-frontends multi-purposes XMPP client #
6 # #
7 ###############################################################
8
9 FROM salutatoi/base:latest
10
11 MAINTAINER Goffi <goffi@goffi.org>
12
13 #########
14 # Ports #
15 #########
16
17 # IMAP and SMTP
18 EXPOSE 10143 10125
19
20 ##########
21 # LAUNCH #
22 ##########
23
24 ENTRYPOINT ["sat"]
25 # foreground by default
26 CMD ["fg"]