How do i resolve this issue

error: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
error: exit status 1

What’s your directory structure? Typically, you’ll want a Dockerfile at the root of your project.

As Danny said.

And if it’s not in the root of your repo, or named differently (e.g. Dockerfile.production), you can specify your full Dockerfile filepath with the “Dockerfile Path” option on the service “Settings” page.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.