jeremiahlukus / flutter_template

template with tests, login flow, riverpod, logging ect.
MIT License
24 stars 5 forks source link

Project Fixed #2

Closed ghost closed 2 years ago

ghost commented 2 years ago

Clone Repo

run these commands Build: docker build . -t flutter_docker

Run: docker run -i -p 808:4040 -td flutter_docker

and after this flutter run --flavor production

then app will run under container

Enjoy