etherpad: use official image and making skin full width

This commit is contained in:
Paul Tiedtke
2020-03-31 13:41:57 +02:00
committed by Saúl Ibarra Corretgé
parent c36c4d02a7
commit 42a43462d5
6 changed files with 20 additions and 429 deletions

View File

@@ -2,7 +2,7 @@ FORCE_REBUILD ?= 0
JITSI_RELEASE ?= stable
JITSI_BUILD ?= latest
JITSI_REPO ?= jitsi
JITSI_SERVICES ?= base base-java web prosody jicofo jvb jigasi etherpad jibri
JITSI_SERVICES ?= base base-java web prosody jicofo jvb jigasi jibri
BUILD_ARGS := --build-arg JITSI_REPO=$(JITSI_REPO)
ifeq ($(FORCE_REBUILD), 1)