version: '3.8' services: flask-app: build: context: . dockerfile: Dockerfile volumes: - .:/app ports: - "80:80"