feat: README
This commit is contained in:
parent
84b527a60a
commit
7cb18de6d7
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# docker-flutter
|
||||||
|
## Examples
|
||||||
|
- Run
|
||||||
|
```bash
|
||||||
|
docker volume create --ignore fluttercache
|
||||||
|
docker run --rm --network host -v "$PWD:/app/" -v "fluttercache:/home/gradle/.gradle/" git.gmoker.com/icing/flutter:main run
|
||||||
|
```
|
||||||
|
|
||||||
|
- Build
|
||||||
|
```bash
|
||||||
|
docker volume create --ignore fluttercache
|
||||||
|
docker run --rm -v "$PWD:/app/" -v "fluttercache:/home/gradle/.gradle/" git.gmoker.com/icing/flutter:main build apk
|
||||||
|
```
|
||||||
|
The apk files will be found in `./build/app/outputs/flutter-apk/`.
|
Loading…
Reference in New Issue
Block a user