Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 526 Bytes

File metadata and controls

18 lines (13 loc) · 526 Bytes

Task-Tracker-App

The app is designed to work with the Task-Tracker-Device.

Build

Local

Run the gradle build in each directory or use the build.sh file.

Docker

Shell

docker build -t task-tracker-systems/task-tracker-app:1 .
docker run --rm -v ${PWD}:/dev/mnt task-tracker-systems/task-tracker-app:1

Github

Latest build is available through Github Actions