Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
remainsalways
/
src
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f83864a
src
/
start
remainsalways
Update start
40535e4
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
209 Bytes
#!/bin/bash
# Start devgagan and log output
python3 -m devgagan > devgagan.log 2>&1 &
# Ensure the background process doesn't exit prematurely
sleep
5
# Start app.py in the foreground
exec
python3 server.py