5 lines
73 B
Bash
Executable file
5 lines
73 B
Bash
Executable file
#!/bin/bash
|
|
|
|
/app/.venv/bin/python /app/src/manage.py migrate
|
|
|
|
exec "$@"
|