fix docker implementation

This commit is contained in:
2025-07-20 17:59:06 +00:00
parent 5185f2d9fd
commit 47dfe0aa07
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
set -ou pipefail
# Run the Python script using uv
uv run /app/szuru-eink.py
crontab ./crontab && crond -f

View File

@@ -1 +1 @@
*/15 * * * * root /usr/local/bin/cron_job.sh >> /var/log/szuru-eink-cron.log 2>&1
*/15 * * * * /usr/local/bin/uv run /app/szuru-eink.py >> /var/log/szuru-eink-cron.log 2>&1