5 lines
93 B
Docker
5 lines
93 B
Docker
FROM jitsi/web:stable-9457-2
|
|
|
|
# Prepare Configuration
|
|
ADD resources /tmp
|
|
RUN /tmp/install.sh
|