Dockerfile published
This commit is contained in:
@@ -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 []
|
||||
Reference in New Issue
Block a user