docker-flutter
docker-flutter copied to clipboard
Implement multi stage builds (closes #4)
Before merging I need to setup github actions to build the images because dockerhub is missing the feature to pass in build args to the pipeline.
Should we maybe provide a script as well, how to build the docker images (since its split into multiple files one has to build the base first, then android image).
Maybe this is the same as the github actions?
We should but the main goal will be to directly use the images from a registry without building them.