mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-21 15:47:54 -04:00
5 lines
125 B
Docker
5 lines
125 B
Docker
FROM docker.io/matrixdotorg/synapse:v1.151.0
|
|
ADD ci-start.sh /ci-start.sh
|
|
RUN chmod 770 /ci-start.sh
|
|
ENTRYPOINT /ci-start.sh
|