7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-11 02:02:21 +00:00
tutor/docker-compose-android.yml
Régis Behmo 71912293a1 🤖 1-click android app building
TODO: README
2018-05-28 00:25:56 -04:00

11 lines
205 B
YAML

version: "3"
services:
android:
image: regis/openedx-android:latest
build:
context: ./android
volumes:
- ./config/android/:/openedx/config/
- ./data/android/:/openedx/data