3 lines
129 B
Bash
Executable file
3 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
docker compose exec main python /app/manage.py makemigrations
|
|
docker compose exec main python /app/manage.py migrate
|