Skip to content

Commit

Permalink
Broken sample. It's a dash, not an underscore to specify the sig type. (
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgerard authored Jun 16, 2020
1 parent 6382e5b commit 32bba7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloud_run_event/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 32bba7d

Please sign in to comment.