instalinks/running.sh
oleg.vodyanov91@gmail.com a1bc1f5f87 move to another server
2025-04-22 01:14:21 +04:00

5 lines
140 B
Bash
Executable File

#!/usr/bin/env bash
python manage.py collectstatic && \
python manage.py migrate && \
gunicorn wsgi:application --bind 0.0.0.0:8000