GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-dart
Add comments to docker files that you might have to change the signature type to support cloud events
Open
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
Assessment
This issue has not been assessed yet.