Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 314 Bytes

aaps-builder

Builds AndroidAPS from source.

Docker Hub

How To

Linux

docker run --network host --mount type=bind,source="$(pwd)",target=/aaps -it --rm -p 8080:8080 avalitan/aaps-builder --version 3.2.0.4 all

Windows

  • Still need to figure this out