/usr/bin/env: node: Permission denied in Docker container using Symfony 6 "Encore" tool
I'm running a docker container with PHP and node installed through nvm. A Symfony 6 app is mounted into it. I'd like to user Symfony 6's "Encore" tool to compile my assets. I connect to my container like this: sudo…