This commit is contained in:
parent
44eef35ce2
commit
759953b053
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
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
services:
|
|
||||||
build:
|
|
||||||
image: git.gmoker.com/icing/flutter:v0.2.0
|
|
||||||
volumes:
|
|
||||||
- ".:/app/"
|
|
||||||
command:
|
|
||||||
- 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