GoogleCloudPlatform / functions-framework-dart

FaaS (Function as a service) framework for writing portable Dart functions
https://pub.dev/packages/functions_framework
Apache License 2.0
535 stars 54 forks source link

Update dockerfiles for examples/templates #220

Open subfuzion opened 3 years ago

subfuzion commented 3 years ago
COPY pubspec.* ./
RUN dart pub get
COPY . .