Add wrapper/start.sh

This commit is contained in:
frarol96 2025-08-10 15:16:06 +00:00
parent 87502af744
commit df6e0000aa

7
wrapper/start.sh Normal file
View File

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