newsreader/bin/docker-entrypoint.sh
2023-03-05 15:21:04 +01:00

5 lines
58 B
Bash
Executable file

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