Open en-jschuetze opened 2 months ago
https://symfony.com/doc/current/setup/symfony_server.html
# install symfony cli RUN wget --quiet --no-verbose 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' -O /tmp/setup-symfony-cli.deb.sh \ && bash -o pipefail /tmp/setup-symfony-cli.deb.sh \ && rm /tmp/setup-symfony-cli.deb.sh
# give www-data it's home directory RUN chown www-data:www-data /var/www
https://symfony.com/doc/current/setup/symfony_server.html