5 lines
144 B
Docker
5 lines
144 B
Docker
|
# use vectorim/element-web as base but copy config.json to /app/config.json
|
||
|
|
||
|
FROM vectorim/element-web:latest
|
||
|
|
||
|
COPY config.json /app/config.json
|