Files
rengine/web/beat-entrypoint.sh
T

6 lines
50 B
Bash
Executable File

#!/bin/bash
python3 manage.py migrate
exec "$@"