Files
auth/entrypoint.sh
A'zamov Samandar 8d78aa92bd
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 1m21s
updated
2025-11-05 18:11:00 +05:00

6 lines
81 B
Bash

#!/bin/bash
gunicorn config.wsgi:application -k gevent -b 0.0.0.0:8000
exit $?