Spaces:
Running
Running
File size: 240 Bytes
7d10940 | 1 2 3 4 5 6 7 8 9 10 11 12 | services:
- type: web
name: trade-copilot
runtime: python
region: frankfurt
plan: free
buildCommand: pip install -r requirements.txt
startCommand: python main.py
envVars:
- key: PORT
value: 10000
|