Spaces:
Sleeping
Sleeping
version: '3' | |
services: | |
app: | |
build: . | |
ports: | |
- "7860:7860" | |
volumes: | |
- ./:/app | |
command: python app.py |
version: '3' | |
services: | |
app: | |
build: . | |
ports: | |
- "7860:7860" | |
volumes: | |
- ./:/app | |
command: python app.py |