GoogleCloudPlatform / functions-framework-python

FaaS (Function as a service) framework for writing portable Python functions
https://pypi.org/p/functions-framework/
Apache License 2.0
875 stars 118 forks source link

Update Dockerfile #281

Closed JagadishHarsha closed 11 months ago

JagadishHarsha commented 1 year ago

update the run command for cloud event file access

updated the name of the file as provided to avoid access errors in the examples folder.

HKWinterhalter commented 11 months ago

Thank you for the fix, since the checks weren't passing here I went ahead and made a duplicate PR and merged it: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/287