1 questions from the last 7 days
-3
votes
0
answers
36
views
Dockerfile COPY fails with "no such file or directory" even though the file exists in build context [closed]
I'm trying to build a Docker image for a Node.js + React application and keep getting this error during the build:
COPY failed: file not found in build context or excluded by .dockerignore: stat src: ...