d4t_formulas/docker-compose.yml

14 lines
349 B
YAML
Raw Normal View History

2026-01-08 17:47:48 +00:00
version: '3.8'
services:
flutter:
build:
context: .
dockerfile: Dockerfile
image: d4rt-formulas-builder
2026-01-08 17:47:48 +00:00
volumes:
- ./.build-container-cache:/cache:z
2026-01-09 10:45:11 +00:00
- .:/app:z # Link the current directory to /app in the container
2026-01-08 17:47:48 +00:00
environment:
- FLUTTER_FLAVOR=prod # Example environment variable, adjust as needed