Files
finka/entrypoint.sh
2025-12-30 23:06:27 +03:30

6 lines
55 B
Bash

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