Dockerfiles php

Running

docker-compoe up -d

I get this console ouput:

[+] Building 0.0s (0/0)

But what’s dockerfiles/php? I’m not sure how to solve or what it’s missing.

this is the .yml. I’m missing something here?

It is in your compose file.

The composer json is irrelevant here.

1 Like

Thanks rimelek. What do I should solve it?

Should it point to a specific path on my OS? or How can I unable it? “unable to prepare context”

Sorry I quoted the wrong line. The problem is the context here:

Of course if it is not there, the volume mount is wrong too. Isn’t it your code? I can’t tell you how you should solve it, since the context folder is the most important folder. If you don’t have that you can’t build the Docker image and only you know what files should be there. At least you should know.