This commit is contained in:
2025-12-26 17:55:00 -07:00
parent ae1fb10898
commit 0140c5b39b
35 changed files with 1160 additions and 513 deletions

View File

@@ -23,7 +23,7 @@ RUN pnpm install --prod
ENV HOST=0.0.0.0
ENV PORT=4321
ENV DATABASE_URL=zamaan.db
ENV DATABASE_URL=chronus.db
EXPOSE 4321
CMD ["node", "./dist/server/entry.mjs"]