Revision 46acb14bf91e6b72d4a1d272e6109883adfba93d
Committed on 24/02/2017 4:35 am by
AndreĢ R <ar@ez.no> [GitHub Diff]
[Docker] Don't specify hard coded default of SYMFONY_DEBUG
Instead of setting default, only pass it if it is defined in env.
This makes sure you can just set SYMFONY_ENV=dev and you are set
with debug, as Symfony will automatically set debug to 1 if in dev.
You can still override SYMFONY_DEBUG if you want, but it's optional.