yig/franklincce/entrypoint.prod.sh

7 lines
81 B
Bash
Executable File

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