5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
|
|
uv run --no-sync -- /app/src/manage.py migrate
|
|
|
|
exec "$@"
|