mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 09:30:59 +00:00
feat: WIP element Chat intergration
This commit is contained in:
9
infrastructure/matrix/element/Dockerfile
Normal file
9
infrastructure/matrix/element/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
#
|
||||
# EDR internal chat web client. Unmodified upstream Element Web + our public,
|
||||
# non-secret config (homeserver URL, branding) and the SSO handoff page.
|
||||
# Pin the tag; never float on `latest`.
|
||||
FROM ghcr.io/element-hq/element-web:v1.11.108
|
||||
|
||||
COPY config.json /app/config.json
|
||||
COPY sso.html /app/sso.html
|
||||
Reference in New Issue
Block a user