Update wrapper/start.sh

Added playwright and chromium for data scraping, and simplified env designation
This commit is contained in:
frarol96 2025-08-16 05:04:00 +00:00
parent d3f140c0e8
commit eac918e317

View File

@ -4,4 +4,4 @@ set -euo pipefail
# Ensure the external volumes are mounted and writable
mkdir -p /cache/app /cache/tmp /cache/prev /data
exec python -u /wrapper/wrapper.py
exec python -u /app/wrapper.py