tutor-android/tutorandroid/patches/local-docker-compose-services
Régis Behmo e165bf04ea feat: upgrade to maple
In Maple, the plugin API is slightly different: the apk file is built and
stored in the android-app Docker image, then served by a simple Caddy file
server. This makes it easy to distribute the apk to students.
2021-11-15 18:00:50 +01:00

7 lines
155 B
Plaintext

# Android app
android-app:
image: {{ ANDROID_APP_DOCKER_IMAGE }}
build:
context: ../plugins/android/build/app/
restart: unless-stopped