Skip to content

Commit c4c9f09

Browse files
authored
Missing run for uv command (#258)
1 parent 39d863f commit c4c9f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/entrypoints/web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ then
99
uv run python3 manage.py migrate
1010
uv run python3 manage.py migrate --database telemetry
1111
cat ../../docker/createsuperuser.py | uv run python3 manage.py shell
12-
uv python3 manage.py collectstatic --no-input
12+
uv run python3 manage.py collectstatic --no-input
1313
uv run python3 manage.py loaddata test_data
1414
fi
1515

0 commit comments

Comments
 (0)