mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 12:41:04 +00:00
10 lines
331 B
Docker
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
|