remove test data and don't run uv twice

This commit is contained in:
2026-01-06 19:43:36 -05:00
parent 571e449581
commit 9e5f377768
3 changed files with 3 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ export XDG_CACHE_HOME=/tmp/cache
export REDIS_HOST=${CLOUDRON_REDIS_HOST}
export REDIS_PORT=${CLOUDRON_REDIS_PORT}
export ROMM_BASE_PATH=/app/data
export ROMM_TMP_PATH=/tmp
TEMPLATE_FILE="/app/pkg/env.sh.template"
ENV_FILE="/app/data/env.sh"