Enhance member deletion and implement template-based email system
All checks were successful
Build And Push Image / docker (push) Successful in 2m50s
All checks were successful
Build And Push Image / docker (push) Successful in 2m50s
- Add Keycloak user deletion to member removal process - Implement Handlebars email templates for verification, password reset, and dues reminders - Improve JWT secret configuration with multiple fallbacks - Add getMemberById function and enhance error handling - Update Dockerfile to include email templates in production build
This commit is contained in:
@@ -17,6 +17,7 @@ RUN npm prune
|
||||
FROM base as production
|
||||
ENV PORT=$PORT
|
||||
COPY --from=build /app/.output /app/.output
|
||||
COPY --from=build /app/server/templates /app/server/templates
|
||||
|
||||
# Copy debug entrypoint script
|
||||
COPY docker-entrypoint-debug.sh /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user