DokployD
Dokploy12mo ago
Manel

failed to solve: failed to read dockerfile

When I try deploy my docker app I got this
Initializing deployment
Build dockerfile: ✅
Source Type: github: ✅
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2B done
#1 DONE 0.0s
ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
Error ❌
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2B done
#1 DONE 0.0s
ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory

But The dockerfile is in the root of the repo,
another project with same place of dockerfile work normal
Was this page helpful?