Fraud_guard-bot / start.sh
SAGAR142's picture
Upload 2 files
38c7c65 verified
#!/bin/bash
# Start the Telegram Bot in the background
python manage.py run_telegram_bot &
# Start the Web Server in the foreground (so the container stays running)
exec gunicorn credit_card.wsgi:application --bind 0.0.0.0:7860