Files
2025-11-09 16:11:29 +01:00

10 lines
145 B
YAML

services:
web:
build: .
ports:
- "5000:5000"
volumes:
- .:/app
environment:
- FLASK_ENV=development