This commit is contained in:
parent
d293b4fc83
commit
bf9e04405f
13
.drone.yml
Normal file
13
.drone.yml
Normal 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
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM jitsi/web
|
||||
|
||||
COPY watermark.png /usr/share/jitsi-meet/images/
|
BIN
watermark.png
Normal file
BIN
watermark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user