configure uv cache to support openshift

This commit is contained in:
Tobias Brunner 2025-03-21 14:16:11 +01:00
parent fb66d5666c
commit 07812efe82
No known key found for this signature in database

View file

@ -6,6 +6,9 @@ mkdir -p /app/run/caddy /app/run/gunicorn
# Set Caddy config location
export XDG_CONFIG_HOME="/app/config"
# Set uv cache location so that it runs properly on OpenShift
export UV_CACHE_DIR="/app/.uvcache"
echo "Applying database migrations"
uv run src/manage.py migrate