GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-dart

Add comments to docker files that you might have to change the signature type to support cloud events

Open
#78 0 comments 0 reactions 0 assignees View on GitHub
documentation kind/enhancement
Dominant language
Dart
Stars
548
Forks
49
Avg merge
53m
Merged PRs (30d)
1

Description

```
########################
FROM subfuzion/dart:slim
COPY --from=0 /app/test/hello/bin/server /app/bin/server
EXPOSE 8080
# Note: you may have to change things to support events, etc etc
# ENTRYPOINT ["/app/bin/server", "--signature-type", "cloudevent"]
ENTRYPOINT ["/app/bin/server"]
```

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.