Docker – failed to compute cache key: not found – runs fine in Visual Studio

Check your .dockerignore file. Possible it ignores needed files for copy command and you get failed to compute cache key error.

Leave a Comment