I have an app that’s located in a subdirectory of my repo (/server) I’ve created a Dockerfile in /server/Dockerfile and set the dockerfile_path in my app spec. But I still get this error:
=> Building app using Dockerfile
=> Using Dockerfile: /.app_platform_workspace/server/DockerFile
=> Using build context /.app_platform_workspace/server/
Error: error resolving dockerfile path: please provide a valid path to a Dockerfile within the build context with --dockerfile
Usage:
executor [flags]
executor [command]
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hey there!
If you are specifying the Dockerfile path in your app spec file as well as in the build path in the UI when detecting the app type, I’d recommend opening a ticket and our support team can take a look further.
Hope it helps! Nate