Files
eng-bot-mitrics/entrypoint.sh

7 lines
66 B
Bash
Raw Permalink Normal View History

2025-12-15 18:07:49 +03:00
#!/bin/bash
set -e
python manage.py migrate --noinput
exec "$@"