Files
docker/cron/entrypoint.sh
T

3 lines
121 B
Bash

#!/bin/sh
set -e
echo '* * * * * python3 /var/www/html/sam/src/run_daemon.py' | crontab - && crond -f -L /dev/stdout