Add Docker support and update project dependencies; refactor components to use async imports

This commit is contained in:
2025-07-28 18:43:03 -04:00
parent 26f44fd4ab
commit c049df9a9f
17 changed files with 2550 additions and 2847 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM node:22.14.0
ADD . .
RUN npm i && npm run build
FROM caddy as http