Last active
December 17, 2020 13:53
-
-
Save Yoric/9e54dadb39f31d68f35c86d5102ed001 to your computer and use it in GitHub Desktop.
matrix Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM matrixdotorg/synapse:latest | |
# Install extension. | |
WORKDIR /tmp/iwf-filter | |
COPY . . | |
RUN pip install . | |
# Customize homeserver.yaml | |
COPY test/homeserver.yaml /data/homeserver.yaml | |
# Run | |
RUN chown -R 991:991 /data | |
EXPOSE 8008/tcp 8009/tcp 8448/tcp | |
Author
Yoric
commented
Dec 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment