version: '3.8'
services:
flask-app:
build:
context: .
ports:
- "5000:5000"
volumes:
- .:/app
command: python app.py