2026-01-08 17:47:48 +00:00
|
|
|
version: '3.8'
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
flutter:
|
|
|
|
|
build:
|
|
|
|
|
context: .
|
|
|
|
|
dockerfile: Dockerfile
|
2026-01-09 08:28:28 +00:00
|
|
|
image: d4rt-formulas-builder
|
2026-01-08 17:47:48 +00:00
|
|
|
volumes:
|
2026-01-09 10:45:11 +00:00
|
|
|
- ./docker/cache:/cache:z
|
|
|
|
|
- .:/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
|