GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-dart
Update dockerfiles for examples/templates
Open
- Dominant language
- Dart
- Stars
- 548
- Forks
- 49
- Avg merge
- 53m
- Merged PRs (30d)
- 1
Description
- Should also copy generated `pubspec.lock` (see [discussion](https://github.com/dart-lang/dart-docker/issues/4))
- Don't need to run `dart pub get` twice
```
COPY pubspec.* ./
RUN dart pub get
COPY . .
```
Contributor guide
Assessment
This issue has not been assessed yet.