failed to solve: failed to read dockerfile
When I try deploy my docker app I got this
But The dockerfile is in the root of the repo,
another project with same place of dockerfile work normal
2 Replies
GitHub
my private git error failed to solve: failed to read Dockerfile · ...
I am getting the following error when starting the deployment: ERROR: failed to solve: failed to read Dockerfile: open /var/lib/docker/tmp/buildkit-mount2453544518/DockerFile: no such file or direc...
yeah same problem, the build path and Dockerfile is equal your example (that works),
oh a tried remove the stage made only one (more heavy image) and works
the problem in this case is the stages
when I make just one stage works
or when I name the prod stage and set this in "Docker build Stage" works as well