Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
playmak3r
/
sugoi-v4
like
0
Running
App
Files
Files
Community
02e8372
sugoi-v4
/
server
/
start.sh
playmak3r
feat: add redis queue
6086481
about 2 months ago
raw
Copy download link
history
blame
Safe
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