Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make use of the dartaotruntime to reduce container size
By using the dart2aot compiler and using a multi-stage build, we can reduce the resulting runtime to the dartaotruntime and the pre-built aot binary - reducing the resulting container size by 1 order of magnitude. This now resolves #1.
- Loading branch information