echoing-farmer-15630
01/10/2022, 5:19 PMfiles target for building a docker container to include an entire source tree:
files(sources=["**/*"], name="all_files")
... it didn't seem to include a "yarn.lock" file in that directory which was necessary for the build to proceed. I added it into the sources directly and it still didn't seem to be there. I ran with --no-process-cleanup and discovered that client_secrets.json and yarn.lock were both missing (ie present in the original source tree, but not in the execution environment). Adding them to the sources field directly didn't seem to help. I'm lightly baffled; any idea what I'm missing here?happy-kitchen-89482
01/10/2022, 5:24 PM.gitignore by chance?happy-kitchen-89482
01/10/2022, 5:24 PMechoing-farmer-15630
01/10/2022, 5:27 PM