experiment-lab / docker-compose.yml
mnoorchenar's picture
Initial commit
4fdccbd
raw
history blame contribute delete
135 Bytes
services:
app:
build: .
ports:
- "7860:7860"
environment:
- FLASK_ENV=production
restart: unless-stopped