Dockerfile 94 B

12345
  1. FROM ghcr.io/element-hq/matrix-authentication-service:latest
  2. ADD sh /bin/sh
  3. CMD ["/bin/sh"]