🐛 Adds well-known static files

This commit is contained in:
Daniel Svitan 2025-05-01 14:19:07 +02:00
parent 2118f0cf44
commit 5a87798cc0
3 changed files with 9 additions and 1 deletions

View File

@ -8,4 +8,4 @@ RUN bun run build
RUN bun install --global serve
EXPOSE 3000
CMD serve dist
CMD ["serve", "dist"]

View File

@ -0,0 +1,5 @@
{
"m.homeserver": {
"base_url": "https://matrix.svitan.dev"
}
}

View File

@ -0,0 +1,3 @@
{
"m.server": "matrix.svitan.dev:443"
}