Files
matrix-rust-sdk/testing/matrix-sdk-integration-testing/assets/Dockerfile
Jonas Platte ce315a5229 chore: Use fully-qualified Docker image names
This brings us closer to being able to use our Docker setup with podman too.
2023-02-14 10:19:06 +01:00

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