feat: add files for neo
This commit is contained in:
parent
b6e77d3b35
commit
75720c1663
1 changed files with 9 additions and 0 deletions
9
neo.Dockerfile
Normal file
9
neo.Dockerfile
Normal 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
|
Loading…
Reference in a new issue