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