First Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
stebifan 2020-04-27 19:18:31 +02:00
parent d293b4fc83
commit bf9e04405f
4 changed files with 17 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: build jitsi-web
steps:
- name: docker
image: plugins/docker
settings:
repo: ffrsk/jitsi-web
username:
from_secret: docker_username
password:
from_secret: docker_password

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM jitsi/web
COPY watermark.png /usr/share/jitsi-meet/images/

View File

@ -0,0 +1 @@
Replace Logo in jitsi-docker-web container

BIN
watermark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB