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.
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
# Android app
|
|
android-app:
|
|
image: {{ ANDROID_APP_DOCKER_IMAGE }}
|
|
build:
|
|
context: ../plugins/android/build/app/
|
|
restart: unless-stopped
|