face-expression-detection / docker-compose.yml
TayyabManan's picture
First Commit
c629309
raw
history blame contribute delete
151 Bytes
version: '3.8'
services:
web:
build: .
ports:
- "5000:5000"
environment:
- FLASK_ENV=production
restart: unless-stopped