Update run_daily.sh (#398)

Fix for scheduler for docker version
This commit is contained in:
Michael Cammarata
2025-11-01 09:39:34 -04:00
committed by GitHub
parent 86f65b448d
commit 64ffabcceb

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
export PATH="/usr/local/bin:/usr/bin:/bin"
export PLAYWRIGHT_BROWSERS_PATH=0
export TZ="${TZ:-UTC}"