Emailing from Docker container
Closed this issue · 1 comments
tgranqvist commented
Make sure these boxes are checked( - [x] ) before submitting an issue.
- Running latest npm and node? (Run
npm --version
andnode --version
). Get the latest nodejs here. - The
node_modules
folder has right permissions (Runls -ld $(npm root -g)/crontab-ui
) - Read issues.md
- Gone through existing open and closed issues.
I know that for emailing to work, we are supposed to link the node executable from where ever it is into /usr/local/bin. This however is quite cumbersome when using the provided Docker image. It goes against the containerization a bit to have to exec into it and symlink stuff. Can this be fixed somehow? Node is already on the path
I can try and work on this if needed. I could use some pointers, e.g. the reason behind the need for symlinking.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.