ML_API / docker-compose.yaml
Dacho688
Initial commit
2a97c34
raw
history blame contribute delete
113 Bytes
services:
app:
build: .
container_name: app
restart: unless-stopped
ports:
- "7860:7860"