Dockerfile published

This commit is contained in:
2026-05-19 18:58:02 +02:00
commit ad559d1082
+8
View File
@@ -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 []