d4t_formulas/docker-compose.yml
2026-01-09 11:45:11 +01:00

13 lines
339 B
YAML

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