Initial import
This commit is contained in:
12
jvb/Dockerfile
Normal file
12
jvb/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM jitsi/base-java
|
||||
|
||||
RUN \
|
||||
apt-dpkg-wrap apt-get update && \
|
||||
apt-dpkg-wrap apt-get install -y jitsi-videobridge && \
|
||||
apt-cleanup
|
||||
|
||||
COPY rootfs/ /
|
||||
|
||||
VOLUME /config
|
||||
|
||||
EXPOSE 10000/udp 4443
|
||||
Reference in New Issue
Block a user