File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99cd /app/src
1010
1111echo " Exporting Weblate requirements..."
12- uv export --format requirements-txt --python /usr/local/bin/python --all-extras --no-sources > /tmp/requirements.txt
12+ uv export --no-config -- format requirements-txt --python /usr/local/bin/python --all-extras --no-sources > /tmp/requirements.txt
1313
1414echo " Checking /app/venv..."
1515if [ ! -f /app/venv/bin/activate ]; then
16- uv venv /app/venv
16+ uv venv --no-config /app/venv
1717fi
1818echo " /app/data/python" > " /app/venv/lib/python${PYVERSION} /site-packages/weblate-docker.pth"
1919# shellcheck disable=SC1091
2020. /app/venv/bin/activate
2121
2222echo " Installing Weblate requirements..."
23- uv pip install -r /tmp/requirements.txt
23+ uv pip install --no-config - r /tmp/requirements.txt
2424
2525echo " Starting Weblate..."
2626exec /app/bin/start " $@ "
You can’t perform that action at this time.
0 commit comments