Knack-Scraper/transform/entrypoint.sh
2026-01-18 15:43:35 +01:00

10 lines
No EOL
294 B
Bash

#!/usr/bin/env bash
set -euo pipefail
# Run model download with output to stdout/stderr
/usr/local/bin/ensure_gte_model.sh 2>&1
/usr/local/bin/ensure_gliner_model.sh 2>&1
# Start cron in foreground with logging
exec cron -f -L 2
# cd /app && /usr/local/bin/python main.py >> /proc/1/fd/1 2>&1