crane/entrypoint.sh
Jonathan Branan b16875da29
Some checks failed
continuous-integration/drone/push Build is failing
included supercronic
2023-06-23 03:06:59 -05:00

7 lines
160 B
Bash

#!/bin/sh
CRON_CONFIG_FILE="/opt/crontab"
echo "${CRON} python /opt/crane.py" > $CRON_CONFIG_FILE
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE