frappe / frappe_docker

Docker images for production and development setups of the Frappe framework and ERPNext
MIT License
1.4k stars 1.32k forks source link

Fix: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format #1435

Closed gparent closed 2 months ago

gparent commented 2 months ago

Please provide enough information so that others can review your pull request:

Fix: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format

Explain the details for making this change. What existing problem does the pull request solve?

This seems to be a warning brought in by recent Docker updates.