Vlad
Vlad

Reputation: 115

Failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount494302715/Dockerfile

I am pretty new to Docker and have no idea how to solve following problem:

  1. My command : docker-compose -f .\docker-compose.yml -f .\docker-compose.override.yml up -d
  2. Error: failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount494302715/Dockerfile: no such file or directory
  3. Structure of the project: enter image description here

Upvotes: 1

Views: 4843

Answers (2)

Show us how you build your docker-compose file. Probably you are referring to a Dockerfile which does not exist.

Upvotes: 0

Sheikh Aafaq Rashid
Sheikh Aafaq Rashid

Reputation: 199

There is no Dockerfile in the directory or you have selected the wrong git branch.

Upvotes: 0

Related Questions