Files
RasadDam_Backend/entrypoint.sh

7 lines
104 B
Bash
Raw Normal View History

2025-04-29 15:43:53 +03:30
#!/bin/sh
set -e
python manage.py migrate --noinput
python manage.py collectstatic --noinput
exec "$@"