# 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