GCP CloudBuild Error: COPY failed: file not found in build context or excluded by .dockerignore: stat requirements.txt: file does not exist
We’re using GCP Cloud Build to build and push container images upon any merge activities to main branch in GitHub. In the 2nd step of CloudBuild, we run into the issue COPY failed: file not found in build context or excluded by .dockerignore: stat requirements.txt: file does not exist
.