Closed isgroup closed 2 years ago
If the docker image is rebuild with an already populated task database, the newly started system alpine system will have a stock crontab.
The expected behavior would be to apply db changes to crontab on service start.
For example a DOCKER_CRONTABUI_INIT_MODE=setup could be used.
DOCKER_CRONTABUI_INIT_MODE=setup
Make sure these boxes are checked( - [x] ) before submitting an issue.
npm --version
node --version
node_modules
ls -ld $(npm root -g)/crontab-ui
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.
If the docker image is rebuild with an already populated task database, the newly started system alpine system will have a stock crontab.
The expected behavior would be to apply db changes to crontab on service start.
For example a
DOCKER_CRONTABUI_INIT_MODE=setup
could be used.Make sure these boxes are checked( - [x] ) before submitting an issue.
npm --version
andnode --version
). Get the latest nodejs here.node_modules
folder has right permissions (Runls -ld $(npm root -g)/crontab-ui
)