logs-collector/entrypoint.sh

7 lines
159 B
Bash
Raw Normal View History

2023-08-30 15:26:53 +02:00
#!/usr/bin/env sh
python manage.py migrate --no-input
python manage.py collectstatic --no-input
gunicorn logs_collector.wsgi:application --bind 0.0.0.0:8000