d2ee7a3207
This updates the `Dockerfile` generated by `dart create` with the `server-shelf` template to use `dart build cli` instead of `dart compile exe`. The benefit of using the `build` command is that it runs hooks and bundles code assets. These assets should also be present in the container image. TEST=Tested manually (create template, build image, run) Change-Id: Ia8ccbba4ea6631ec6d5bb8866fd59ae4821375ba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/470661 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Alexander Thomas <athom@google.com>