commit ad559d1082075a7987619eb7781638d1989cbb93 Author: Roger Sikorski Date: Tue May 19 18:58:02 2026 +0200 Dockerfile published diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4487c3f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM ghcr.io/element-hq/synapse:v1.152.1 + +# Install pip dependency +RUN pip install "synapse-s3-storage-provider==1.6.*" + +# Start Synapse with original entrypoint +ENTRYPOINT ["/start.py"] +CMD [] \ No newline at end of file