sweedheart
Results
2
comments of
sweedheart
Having the same problem, although I am running ppm inside a Docker container and symfony 6.1. Command: `/ppm/vendor/bin/ppm start \ --workers=1 \ --host=0.0.0.0 \ --debug 1 \ --socket-path=/tmp \ --static-directory=public/...
The problem is related to how .env files are parsed in symfony: When APP_ENV is already set, no .env file is parsed. The symfony bootstrap for php-pm does the same,...