GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-dart

Update dockerfiles for examples/templates

Open
#220 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.