-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error finding Dockerfile #9
Comments
Hello @nrfribeiro , thanks for using the It will be more helpful to debug if you provide your |
Please reopen this if your issue is not solved yet. Thanks ✊ |
I had the same issue. I solved it by using a checkout action right before the build docker image action. @RafikFarhad I think it would be helpful to include this in the README.md file. |
Hello @krtk6160, |
Hey @nrfribeiro, please follow the current example from the |
Hi,
I'm getting the following error when you are running the following command.
docker build -t edi-safety-proxy:temporary --file ./Dockerfile .
Error
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /github/workspace/Dockerfile: no such file or directory
My Doockerfile is in the root of github. Can you help?
The text was updated successfully, but these errors were encountered: