Spaces:
Sleeping
Sleeping
version: '3.8' | |
services: | |
api: | |
build: . | |
# Command is now defined in Dockerfile's CMD | |
ports: | |
- "7860:7860" # Expose Gradio/API port | |
volumes: | |
- .:/app | |
env_file: | |
- .env |