smtp integration and password recovery.

This commit is contained in:
2025-07-31 11:58:48 -06:00
parent c0811de8fa
commit 52d921c141
12 changed files with 427 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ COPY config ./config
COPY controllers ./controllers
COPY middleware ./middleware
COPY utils ./utils
COPY templates ./templates
# Create non-root user
RUN addgroup -g 1001 -S nodejs && \