jeremiahlukus / flutter_template

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

App is running #3

Closed ghost closed 2 years ago

ghost commented 2 years ago

Run these commands Build: docker build . -t flutter_docker

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

after this run your desired flavor command to run your app under desired platforms under docker container.

Thanks