10000 chore: Fix file name reference in Dockerfile (#287) · jrmfg/functions-framework-python@dcc9a25 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcc9a25

Browse files
chore: Fix file name reference in Dockerfile (GoogleCloudPlatform#287)
1 parent 6b9e9b5 commit dcc9a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cloud_run_cloud_events/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . .
1212
# Install production dependencies.
1313
RUN pip install gunicorn cloudevents functions-framework
1414
RUN pip install -r requirements.txt
15-
RUN chmod +x send_cloudevent.py
15+
RUN chmod +x send_cloud_event.py
1616

1717
# Run the web service on container startup.
1818
CMD ["functions-framework", "--target=hello", "--signature-type=cloudevent"]

0 commit comments

Comments
 (0)
0