sugoi-v4 / server /start.sh
playmak3r's picture
feat: add redis queue
6086481
raw
history blame
195 Bytes
#!/bin/bash
# Inicia o Redis em segundo plano
service redis-server start
# Inicia o servidor web (substitua pelo seu comando)
python app.py # Ou qualquer outro comando que inicie seu servidor