Right now, many samples does not contain a .dockerignore file, and for some framework/language, a local build could result in locally cached lib or generated files left in the directory, for example, node_modules for nodejs, or the built binary for go projects, these would be included in the local build context which results a deployment failure.
Right now, many samples does not contain a .dockerignore file, and for some framework/language, a local build could result in locally cached lib or generated files left in the directory, for example,
node_modules
for nodejs, or the built binary for go projects, these would be included in the local build context which results a deployment failure.