my private git error failed to solve: failed to read Dockerfile #955
Replies: 4 comments 2 replies
-
Can you share the structure of your project and how you are configuring the dockerfile path in your application? |
Beta Was this translation helpful? Give feedback.
-
thanks for your attention, my project is Nodejs and simply run web,js file in root of project. |
Beta Was this translation helpful? Give feedback.
-
I am encountering the same issue. What should we put under Docker File path if Dockerfile is located at the root of the repo? |
Beta Was this translation helpful? Give feedback.
-
Strange I used this repo as example: https://github.com/yeasy/simple-web/tree/master |
Beta Was this translation helpful? Give feedback.
-
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 directory
However, the Dockerfile exists in my branch on my private GitLab repository. Why is this happening?
Beta Was this translation helpful? Give feedback.
All reactions