8000 Broken sample. It's a dash, not an underscore to specify the sig type… · jrmfg/functions-framework-python@32bba7d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 32bba7d

Browse files
authored
Broken sample. It's a dash, not an underscore to specify the sig type. (GoogleCloudPlatform#59)
1 parent 6382e5b commit 32bba7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cloud_run_event/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN pip install gunicorn functions-framework
1212
RUN pip install -r requirements.txt
1313

1414
# Run the web service on container startup.
15-
CMD exec functions-framework --target=hello --signature_type=event
15+
CMD exec functions-framework --target=hello --signature-type=event

0 commit comments

Comments
 (0)
0