aboutsummaryrefslogtreecommitdiff
path: root/app/build/jitsi-xmpp/Dockerfile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-01-16 17:07:01 +0100
committerAlex Auvolat <alex@adnab.me>2021-01-16 17:07:01 +0100
commitc74dc92febd1841c8ea5ff31caab0f941d57527d (patch)
treed05a203d95cac988952799667ec43c327a5d9038 /app/build/jitsi-xmpp/Dockerfile
parent0c4ee40e01c95d7bf73236cbead5cc261f67eb9d (diff)
downloadinfrastructure-c74dc92febd1841c8ea5ff31caab0f941d57527d.tar.gz
infrastructure-c74dc92febd1841c8ea5ff31caab0f941d57527d.zip
Proposal: reorganize app/ folder by modules
Diffstat (limited to 'app/build/jitsi-xmpp/Dockerfile')
-rw-r--r--app/build/jitsi-xmpp/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/build/jitsi-xmpp/Dockerfile b/app/build/jitsi-xmpp/Dockerfile
deleted file mode 100644
index f3dcd36..0000000
--- a/app/build/jitsi-xmpp/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
-FROM debian:buster
-
-ARG VERSION
-
-RUN apt-get update && \
- apt-get install -y prosody=${VERSION}
-
-COPY external_components.cfg.lua /etc/prosody/conf.d/external_components.cfg.lua
-COPY xmpp_conf /usr/local/bin/xmpp_conf
-COPY xmpp_gen /usr/local/bin/xmpp_gen
-COPY xmpp_run /usr/local/bin/xmpp_run
-
-CMD ["/usr/local/bin/xmpp_run"]