2024-07-01 07:45:44 +00:00
|
|
|
# IMPORTANT: In case of base image update, "./resources/settings-config.js" also has to be updated manually!
|
2024-05-10 07:05:45 +00:00
|
|
|
FROM jitsi/web:stable-9457-2
|
2022-04-08 12:36:18 +00:00
|
|
|
|
2022-04-08 14:24:14 +00:00
|
|
|
# Prepare Configuration
|
2022-04-08 12:36:18 +00:00
|
|
|
ADD resources /tmp
|
2023-12-21 20:23:40 +00:00
|
|
|
RUN /tmp/install.sh
|