5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
sudo docker compose run --rm web uv run python manage.py makemigrations "$@"
|