mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-02-01 01:10:52 +01:00
7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/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
|