3 lines
91 B
Bash
3 lines
91 B
Bash
#!/usr/bin/env bash
|
|
# Run migrations
|
|
docker exec ${} python3 smartsoltech/manage.py migrate |