Mistral Oz

Results 28 comments of Mistral Oz

I do not understand why composer in your environment store his cache to /cache/ instead of /home/docker/.cache/composer . I do not reproduice it with a regular docker run process. I...

May you run `docker compose exec app composer phpstan` instead ?

I mark as request but i don't have any idea about how to manage it. If we add /var/www/html/vendor/bin and /usr/src/app/vendor/bin to the PATH, it's will depend about where the...

> e.g. use `composer exec phpstan -- --args --for --phpstan`. Not really nice IMO. Not perfect but defined to resolve this issue with the path. And you can define your...

Some of our automation workflow failed. Our build time is too long :/ We still working on it https://github.com/thecodingmachine/docker-images-php/actions

I totaly agree with you, it's would be very more clear (and usefull to monitor the error log). But for error code I suggest to use 415 (Unsupported Media Type)...

For the moment, you can install it with custom command after loading our image. I will see to add it but it's will not planned soon.

To be honnest, i never tried to activate apache ssl. Its should work but as you seen, some vhost are not properly configured (because we do not generate the self-signed...

We had exactly the same issue with [laravel tasks with background mode activated](https://laravel.com/docs/10.x/scheduling#background-tasks). Without the background mode, all work properly. If i well understood, Shopware use a symfony stack and...

Hum i think we can just change ```diff ONBUILD RUN if [ -n "$NODE_VERSION" ]; then \ sudo apt-get update && \ sudo apt-get install -y --no-install-recommends gnupg && \...