symfony-docker icon indicating copy to clipboard operation
symfony-docker copied to clipboard

Remove symfony.lock copy in Dockerfile

Open Zayon opened this issue 1 year ago • 1 comments

As composer install in run with --no-scripts option, symfony flex will not run so symfony.lock is not required

This PR is more of a question than an actual PR

Zayon avatar Sep 24 '24 09:09 Zayon

The symfony.lock file can still be used for consulting recipes. The composer recipes command depends on it, for example. I think it should be kept.

maxhelias avatar Sep 26 '24 20:09 maxhelias