Update wrapper/start.sh
Added playwright and chromium for data scraping, and simplified env designation
This commit is contained in:
parent
d3f140c0e8
commit
eac918e317
@ -4,4 +4,4 @@ set -euo pipefail
|
|||||||
# Ensure the external volumes are mounted and writable
|
# 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 /app/wrapper.py
|
||||||
|
Loading…
Reference in New Issue
Block a user