mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-26 18:20:40 -04:00
5 lines
123 B
Docker
5 lines
123 B
Docker
FROM docker.io/matrixdotorg/synapse:latest
|
|
ADD ci-start.sh /ci-start.sh
|
|
RUN chmod 770 /ci-start.sh
|
|
ENTRYPOINT /ci-start.sh
|