Files
eng-bot-mitrics/entrypoint.sh
2025-12-15 18:07:49 +03:00

7 lines
66 B
Bash

#!/bin/bash
set -e
python manage.py migrate --noinput
exec "$@"