10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9e9b5 commit dcc9a25Copy full SHA for dcc9a25
examples/cloud_run_cloud_events/Dockerfile
@@ -12,7 +12,7 @@ COPY . .
12
# Install production dependencies.
13
RUN pip install gunicorn cloudevents functions-framework
14
RUN pip install -r requirements.txt
15
-RUN chmod +x send_cloudevent.py
+RUN chmod +x send_cloud_event.py
16
17
# Run the web service on container startup.
18
CMD ["functions-framework", "--target=hello", "--signature-type=cloudevent"]
0 commit comments