newsreader/bin/docker-entrypoint.sh
2023-07-02 10:23:16 +02:00

5 lines
58 B
Bash
Executable file

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