Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.77 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.77 KB

Docker Images for Flutter

Build Status

You can either use it in CI or run locally via Docker:

docker run --rm -it -v ${PWD}:/build --workdir /build ghcr.io/davidmartos96/flutter:stable flutter test

The example above simply mount current working directory and runs flutter test

Available Docker Tags