Hello. I am not sure whether I can ask my question here, but anyway.
These are my topics on other web-sites and I am posting them here because it might give you some information.
So, I am using a PHP-framework that has a tool called Phalcon Compose and apparently, it is some sort of wrapping over Docker and it has its own config files, but it probably translates them to docker commands or what’s that called.
The problem is that the necessary files aren’t copied inside a web-server container so that the web-server fails to start. There is a video where apparently, a developer shows installation of Phalcon using Phalcon Compose where everything works just fine (https://www.youtube.com/watch?v=3JOFChJoNBw) so I don’t think it is a Phalcon Compose’s problem.
Is there any ways to solve or find out what causes the problem? Thanks in advance!