flutter - Flutter SDK for build your web target projects
210
Flutter SDK for build your web target projects
No any variables
No any ports
No any volumes
alias flutter='docker run --rm --interactive --tty --mount "type=bind,source=$PWD,target=/build" theanurin/flutter'
flutter --version
flutter build web
docker build --tag theanurin/flutter --file docker/Dockerfile . && \
docker run --interactive --tty --rm theanurin/flutter --version
Content type
Image
Digest
sha256:5401dc896…
Size
483.6 MB
Last updated
about 17 hours ago
docker pull theanurin/flutter