Files
auth/entrypoint.sh
A'zamov Samandar 425987e9d5
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 1m57s
feat(devops)
2025-11-05 16:36:21 +05:00

6 lines
65 B
Bash

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