Reviewed-on: icing/G-EIP-700-TLS-7-1-eip-stephane.corbiere#17 Co-authored-by: ange <ange@yw5n.com> Co-committed-by: ange <ange@yw5n.com>
This commit is contained in:
parent
be20139cc4
commit
8b1eb1d709
5
dialer/build.sh
Executable file
5
dialer/build.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
IMG=git.gmoker.com/icing/flutter:main
|
||||
|
||||
docker run --rm -v "$PWD:/app/" "$IMG" build apk
|
5
dialer/run.sh
Executable file
5
dialer/run.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
IMG=git.gmoker.com/icing/flutter:main
|
||||
|
||||
docker run --rm -p 5037:5037 -v "$PWD:/app/" "$IMG" run
|
Loading…
Reference in New Issue
Block a user