fixed federation

This commit is contained in:
Matthias
2019-07-03 17:29:42 +02:00
parent 3acf3fe02e
commit d4f55f08af

View File

@@ -38,8 +38,6 @@ RUN pip3 install --upgrade setuptools
RUN pip3 install psycopg2-binary python-ldap matrix-synapse-ldap3 lxml netaddr twisted jinja2 bleach bcrypt
RUN pip3 install https://github.com/matrix-org/synapse/archive/${MATRIXVERSION}.tar.gz
COPY index.html /app/code/nginx
RUN chown -R www-data.www-data /app/code
ADD start_matrix.sh /app/