Spaces:
Runtime error
Runtime error
| # Optional: Run a Python server if needed for custom logic | |
| if [ -f /app/server.py ]; then | |
| echo "Starting Python server..." | |
| python3 /app/server.py & | |
| fi | |
| # Start the main application | |
| echo "Starting Atheos application on port 80..." | |
| nginx -g "daemon off;" | |