SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure the context you build your image with is set correctly. You can set the context when building as an argument. Example: docker build -f ./Dockerfile .. where '..' is the context in this example.
docker build -f ./Dockerfile ..