This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Tasky/build.sh

4 lines
175 B
Bash
Raw Permalink Normal View History

# This script builds the application WITHOUT using dependencies on the system!
# THE POWER OF DOCKER!
clear
docker run --rm -t -v "$PWD:/src:ro,z" -v "$PWD/build:/app:Z" tasky