feat: add files for neo

This commit is contained in:
Strix 2023-10-16 01:35:06 +02:00
parent b6e77d3b35
commit 75720c1663
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

9
neo.Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM nginx
COPY public /usr/share/nginx/html
RUN mkdir -p /usr/share/nginx/html/.well-known/matrix
RUN echo '{"m.server": "dendrite.neo.ixvd.net:443"}' > /usr/share/nginx/html/.well-known/matrix/server
RUN echo '{"m.homeserver":{"base_url":"dendrite.neo.ixvd.net:443"}}' > /usr/share/nginx/html/.well-known/matrix/server
EXPOSE 80