Description
Following the "Google Cloud Run" doc, the command gcloud run deploy...fails with this log:
Step 4/14 : COPY pubspec_overrides.yaml* ./
COPY failed: no source files were specified
because there is no pubspec_overrides.yaml in the project.
It works if the line in Dockerfile is removed.
Steps To Reproduce
Follow https://dart-frog.dev/deploy/google-cloud-run/
Expected Behavior
Deploy without error.
Additional Context
No response