Update wrapper/start.sh

Added playwright and chromium for data scraping, and simplified env designation
This commit is contained in:
frarol96 2025-08-16 04:59:29 +00:00
parent 8e91927057
commit 5258b5cd9d

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
# Ensure default dirs exist # Ensure the external volumes are mounted and writable
mkdir -p /cache/app /cache/tmp /cache/prev /data mkdir -p /cache/app /cache/tmp /cache/prev /data
exec python -u /wrapper/wrapper.py exec python -u /wrapper/wrapper.py