Skip to content

Commit d384d54

Browse files
committed
Fix docker setup script
This updates the script's compatibility with changes made in 53fad2e
1 parent c326845 commit d384d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! "$(docker ps -q -f name=tin_django)" ]; then
55
exit 1
66
fi
77

8-
docker exec tin_django /bin/sh -c "cd /app && python manage.py migrate && python manage.py create_debug_users --noinput"
8+
docker exec tin_django /bin/sh -c "cd /app && uv run python manage.py migrate && uv run python manage.py create_debug_users --noinput"
99
echo
1010
echo "Done! Visit http://localhost:8000 to access the development server."
1111
echo "The default password for all users is 'jasongrace'."

0 commit comments

Comments
 (0)