version: '3.8' services: android-builder: build: context: . dockerfile: Dockerfile.android volumes: - .:/app - build-node-modules:/app/node_modules - android-sdk-cache:/opt/android-sdk - gradle-cache:/root/.gradle environment: - NODE_ENV=production working_dir: /app command: /bin/bash stdin_open: true tty: true networks: - build-network volumes: android-sdk-cache: gradle-cache: build-node-modules: networks: build-network: driver: bridge