d4t_formulas/docker-compose.yml

13 lines
335 B
YAML

version: '3.8'
services:
flutter:
build:
context: .
dockerfile: Dockerfile
image: d4rt-formulas-builder
volumes:
- ./docker/cache:/cache
- .:/app # Link the current directory to /app in the container
environment:
- FLUTTER_FLAVOR=prod # Example environment variable, adjust as needed