添加 'Dockerfile'
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM matrixdotorg/synapse:v0.31.2
|
||||
|
||||
ADD rest_auth_provider /rest_auth_provider
|
||||
ADD https://github.com/kamax-io/matrix-synapse-rest-auth/raw/master/rest_auth_provider.py /rest_auth_provider/rest_auth_provider.py
|
||||
ADD https://github.com/kamax-io/matrix-synapse-rest-auth/raw/master/README.md /rest_auth_provider/README.md
|
||||
|
||||
RUN cd /rest_auth_provider && find . -mtime +10950 -exec touch {} + && python setup.py install
|
||||
Reference in New Issue
Block a user