4 lines
No EOL
175 B
Bash
Executable file
4 lines
No EOL
175 B
Bash
Executable file
# 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 |