docker-ovh/element/Dockerfile

7 lines
182 B
Docker
Raw Normal View History

2021-03-21 15:04:09 +01:00
FROM vectorim/element-web:v1.7.23
2020-02-02 23:55:37 +01:00
# Customize instance settings and background
COPY config.json /app/config.json
2021-03-21 15:04:09 +01:00
COPY background.jpg /app/background.jpg
COPY logo.png /app/logo.png