feat: add due date reminders functionality with cron jobs and test scripts

This commit is contained in:
2025-12-19 09:54:27 +01:00
parent 8b11dc5083
commit 2b27583c28
7 changed files with 241 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ RUN npm run build
COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
# Make scripts executable
RUN chmod +x backup-db.mjs send-due-date-reminders.mjs
# Expose the default Next.js port
EXPOSE 3000