Spaces:
Running
Running
version: '3' | |
services: | |
app: | |
build: . | |
ports: | |
- "7860:7860" | |
volumes: | |
- .:/app | |
command: uvicorn app:app --host 0.0.0.0 --port 7860 | |