Files
edr-platform/infrastructure/matrix/element/Dockerfile
2026-08-17 08:02:00 +00:00

10 lines
331 B
Docker

# 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