laravel / sail

Docker files for running a basic Laravel application.
https://laravel.com/docs/sail
MIT License
1.7k stars 477 forks source link

Use equals sign (=) instead of space as ENV variable separator #753

Closed jpkleemans closed 2 weeks ago

jpkleemans commented 2 weeks ago

I got the following error in my CI: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format image

See https://docs.docker.com/reference/build-checks/legacy-key-value-format/

This PR makes sure all ENV variable definitions use the "correct" ENV key=value syntax