6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
IMG=git.gmoker.com/icing/flutter:main
|
|
|
|
docker run --rm -v "$PWD:/app/" "$IMG" build apk
|