From b57f32b0bee306a547634030d042c6ffaf56964e Mon Sep 17 00:00:00 2001 From: joelgerard Date: Tue, 16 Jun 2020 15:39:04 -0700 Subject: [PATCH] Broken sample. It's a dash, not an underscore to specify the sig type. --- examples/cloud_run_event/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloud_run_event/Dockerfile b/examples/cloud_run_event/Dockerfile index 6b31c042..b3e7ffeb 100644 --- a/examples/cloud_run_event/Dockerfile +++ b/examples/cloud_run_event/Dockerfile @@ -12,4 +12,4 @@ RUN pip install gunicorn functions-framework RUN pip install -r requirements.txt # Run the web service on container startup. -CMD exec functions-framework --target=hello --signature_type=event +CMD exec functions-framework --target=hello --signature-type=event