FROM docker.io/matrixdotorg/synapse:v1.98.0 COPY entrypoint.sh /usr/local/bin/ ENTRYPOINT ["entrypoint.sh"] CMD ["/start.py"]