newsreader/bin/docker-entrypoint.sh

5 lines
73 B
Bash
Executable file

#!/bin/bash
/app/.venv/bin/python /app/src/manage.py migrate
exec "$@"