Skip to content

Commit 32bba7d

Browse files
authored
Broken sample. It's a dash, not an underscore to specify the sig type. (#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)